Html Css Color HEX #BF6E03 Dark Goldenrod

📋 copy color: '#BF6E03'

red 191 ◦ green 110 ◦ blue 3

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

Shades of Dark Goldenrod #BF6E03

Tints of Dark Goldenrod #BF6E03

RGB

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

 GREEN value IS 110 (43.36% from 255) = 36.18%

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

R = 62.83%
G = 36.18%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BF6E03 (or 0xBF6E03) is known color: Dark Goldenrod. HEX triplet: BF, 6E and 03. RGB value is (191,110,3). Sum of RGB (Red+Green+Blue) = 191+110+3=304 (40% of max value = 765). Red value is 191 (75% from 255 or 62.83% from 304); Green value is 110 (43.36% from 255 or 36.18% from 304); Blue value is 3 (1.56% from 255 or 0.99% from 304); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6E03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6E03 is #4091FC. Grayscale: #7A7A7A. Windows color (decimal): -4231677 or 224959. OLE color: 224959.

HSL color Cylindrical-coordinate representation of color #BF6E03: hue angle of 34.15º 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 #BF6E03 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 110 3 -
CMYK 0 0.42 0.98 0.25
HSL 34.15º 0.97% 0.38% -
HSV(B) 34.15º 0.98% 0.75% -
XYZ 27.08 22.23 2.95 -
YUV 122.02 60.84 177.2 -
System Red Green Blue C M Y K H S L
Decimal 191 110 3 0 0.42 0.98 0.25 34.15 0.97 0.38
Hex BF 6E 3 0 2A 62 19 22 61 26
Octal 277 156 3 0 52 142 31 42 141 46
Binary 10111111 1101110 11 0 101010 1100010 11001 100010 1100001 100110

Color Harmonies of #BF6E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6E03

Black with #BF6E03

Text Example


Text Example

White with #BF6E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6E03; }

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

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

background-color css

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

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

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

border-color css

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

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

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