Html Css Color HEX #BF6F04 Dark Goldenrod

📋 copy color: '#BF6F04'

red 191 ◦ green 111 ◦ blue 4

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

Shades of Dark Goldenrod #BF6F04

Tints of Dark Goldenrod #BF6F04

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.27%

 BLUE value IS 4 (1.95% from 255) = 1.31%

R = 62.42%
G = 36.27%
B = 1.31%

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

#BF6F04 (or 0xBF6F04) is known color: Dark Goldenrod. HEX triplet: BF, 6F and 04. RGB value is (191,111,4). Sum of RGB (Red+Green+Blue) = 191+111+4=306 (40% of max value = 765). Red value is 191 (75% from 255 or 62.42% from 306); Green value is 111 (43.75% from 255 or 36.27% from 306); Blue value is 4 (1.95% from 255 or 1.31% from 306); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6F04 is #4090FB. Grayscale: #7B7B7B. Windows color (decimal): -4231420 or 290751. OLE color: 290751.

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

Color convert

RGB 191 111 4 -
CMYK 0 0.42 0.98 0.25
HSL 34.33º 0.96% 0.38% -
HSV(B) 34.33º 0.98% 0.75% -
XYZ 27.19 22.45 3.02 -
YUV 122.72 61 176.7 -
System Red Green Blue C M Y K H S L
Decimal 191 111 4 0 0.42 0.98 0.25 34.33 0.96 0.38
Hex BF 6F 4 0 2A 62 19 22 60 26
Octal 277 157 4 0 52 142 31 42 140 46
Binary 10111111 1101111 100 0 101010 1100010 11001 100010 1100000 100110

Color Harmonies of #BF6F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6F04

Black with #BF6F04

Text Example


Text Example

White with #BF6F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6F04; }

 p { color: rgb(191,111,4); }

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

background-color css

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

 a { background-color: rgb(191,111,4); }

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

border-color css

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

 span { border-color: rgb(191,111,4); }

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