Html Css Color HEX #BF740C Dark Goldenrod

📋 copy color: '#BF740C'

red 191 ◦ green 116 ◦ blue 12

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

Shades of Dark Goldenrod #BF740C

Tints of Dark Goldenrod #BF740C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.36%

 BLUE value IS 12 (5.08% from 255) = 3.76%

R = 59.87%
G = 36.36%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BF740C (or 0xBF740C) is known color: Dark Goldenrod. HEX triplet: BF, 74 and 0C. RGB value is (191,116,12). Sum of RGB (Red+Green+Blue) = 191+116+12=319 (42% of max value = 765). Red value is 191 (75% from 255 or 59.87% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 12 (5.08% from 255 or 3.76% from 319); Max value from RGB is 191 - color contains mainly: red. Hex color #BF740C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF740C is #408BF3. Grayscale: #7F7F7F. Windows color (decimal): -4230132 or 816319. OLE color: 816319.

HSL color Cylindrical-coordinate representation of color #BF740C: hue angle of 34.86º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF740C is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 116 12 -
CMYK 0 0.39 0.94 0.25
HSL 34.86º 0.88% 0.4% -
HSV(B) 34.86º 0.94% 0.75% -
XYZ 27.8 23.59 3.44 -
YUV 126.57 63.35 173.96 -
System Red Green Blue C M Y K H S L
Decimal 191 116 12 0 0.39 0.94 0.25 34.86 0.88 0.4
Hex BF 74 C 0 27 5E 19 23 58 28
Octal 277 164 14 0 47 136 31 43 130 50
Binary 10111111 1110100 1100 0 100111 1011110 11001 100011 1011000 101000

Color Harmonies of #BF740C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF740C

Black with #BF740C

Text Example


Text Example

White with #BF740C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF740C; }

 p { color: rgb(191,116,12); }

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

background-color css

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

 a { background-color: rgb(191,116,12); }

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

border-color css

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

 span { border-color: rgb(191,116,12); }

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