Html Css Color HEX #BF9A03 Dark Goldenrod

📋 copy color: '#BF9A03'

red 191 ◦ green 154 ◦ blue 3

#BF9A03
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #BF9A03

Tints of Dark Goldenrod #BF9A03

RGB

 RED value IS 191 (75% from 255) = 54.89%

 GREEN value IS 154 (60.55% from 255) = 44.25%

 BLUE value IS 3 (1.56% from 255) = 0.86%

R = 54.89%
G = 44.25%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BF9A03 (or 0xBF9A03) is known color: Dark Goldenrod. HEX triplet: BF, 9A and 03. RGB value is (191,154,3). Sum of RGB (Red+Green+Blue) = 191+154+3=348 (46% of max value = 765). Red value is 191 (75% from 255 or 54.89% from 348); Green value is 154 (60.55% from 255 or 44.25% from 348); Blue value is 3 (1.56% from 255 or 0.86% from 348); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9A03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9A03 is #4065FC. Grayscale: #949494. Windows color (decimal): -4220413 or 236223. OLE color: 236223.

HSL color Cylindrical-coordinate representation of color #BF9A03: hue angle of 48.19º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF9A03 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 154 3 -
CMYK 0 0.19 0.98 0.25
HSL 48.19º 0.97% 0.38% -
HSV(B) 48.19º 0.98% 0.75% -
XYZ 33.06 34.19 4.94 -
YUV 147.85 46.26 158.78 -
System Red Green Blue C M Y K H S L
Decimal 191 154 3 0 0.19 0.98 0.25 48.19 0.97 0.38
Hex BF 9A 3 0 13 62 19 30 61 26
Octal 277 232 3 0 23 142 31 60 141 46
Binary 10111111 10011010 11 0 10011 1100010 11001 110000 1100001 100110

Color Harmonies of #BF9A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9A03

Black with #BF9A03

Text Example


Text Example

White with #BF9A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9A03; }

 p { color: rgb(191,154,3); }

 H1.HeaderClassName
 {
   color: #BF9A03;
 }
 .AnyTagClassName
 {
   color: #BF9A03;
 }
</style>

background-color css

<style>
 a { background-color: #BF9A03; }

 a { background-color: rgb(191,154,3); }

 div.DivClassName
 {
   background-color: #BF9A03;
 }
 .BgClassName
 {
   background-color: #BF9A03;
 }
</style>

border-color css

<style>
 span { border-color: #BF9A03; }

 span { border-color: rgb(191,154,3); }

 td.TdClassName
 {
   border-color: #BF9A03;
 }
 .TagClassName
 {
   border-color: #BF9A03;
 }
</style>