Html Css Color HEX #BF770C Dark Goldenrod

📋 copy color: '#BF770C'

red 191 ◦ green 119 ◦ blue 12

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

Shades of Dark Goldenrod #BF770C

Tints of Dark Goldenrod #BF770C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.96%

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

R = 59.32%
G = 36.96%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BF770C (or 0xBF770C) is known color: Dark Goldenrod. HEX triplet: BF, 77 and 0C. RGB value is (191,119,12). Sum of RGB (Red+Green+Blue) = 191+119+12=322 (42% of max value = 765). Red value is 191 (75% from 255 or 59.32% from 322); Green value is 119 (46.88% from 255 or 36.96% from 322); Blue value is 12 (5.08% from 255 or 3.73% from 322); Max value from RGB is 191 - color contains mainly: red. Hex color #BF770C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF770C is #4088F3. Grayscale: #808080. Windows color (decimal): -4229364 or 817087. OLE color: 817087.

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

Color convert

RGB 191 119 12 -
CMYK 0 0.38 0.94 0.25
HSL 35.87º 0.88% 0.4% -
HSV(B) 35.87º 0.94% 0.75% -
XYZ 28.15 24.3 3.55 -
YUV 128.33 62.35 172.7 -
System Red Green Blue C M Y K H S L
Decimal 191 119 12 0 0.38 0.94 0.25 35.87 0.88 0.4
Hex BF 77 C 0 26 5E 19 24 58 28
Octal 277 167 14 0 46 136 31 44 130 50
Binary 10111111 1110111 1100 0 100110 1011110 11001 100100 1011000 101000

Color Harmonies of #BF770C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF770C

Black with #BF770C

Text Example


Text Example

White with #BF770C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF770C; }

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

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

background-color css

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

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

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

border-color css

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

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

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