Html Css Color HEX #B07F0C Dark Goldenrod

📋 copy color: '#B07F0C'

red 176 ◦ green 127 ◦ blue 12

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

Shades of Dark Goldenrod #B07F0C

Tints of Dark Goldenrod #B07F0C

RGB

 RED value IS 176 (69.14% from 255) = 55.87%

 GREEN value IS 127 (50% from 255) = 40.32%

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

R = 55.87%
G = 40.32%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B07F0C (or 0xB07F0C) is known color: Dark Goldenrod. HEX triplet: B0, 7F and 0C. RGB value is (176,127,12). Sum of RGB (Red+Green+Blue) = 176+127+12=315 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.87% from 315); Green value is 127 (50% from 255 or 40.32% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 176 - color contains mainly: red. Hex color #B07F0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07F0C is #4F80F3. Grayscale: #818181. Windows color (decimal): -5210356 or 819120. OLE color: 819120.

HSL color Cylindrical-coordinate representation of color #B07F0C: hue angle of 42.07º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B07F0C is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 127 12 -
CMYK 0 0.28 0.93 0.31
HSL 42.07º 0.87% 0.37% -
HSV(B) 42.07º 0.93% 0.69% -
XYZ 25.56 24.44 3.72 -
YUV 128.54 62.23 161.85 -
System Red Green Blue C M Y K H S L
Decimal 176 127 12 0 0.28 0.93 0.31 42.07 0.87 0.37
Hex B0 7F C 0 1C 5D 1F 2A 57 25
Octal 260 177 14 0 34 135 37 52 127 45
Binary 10110000 1111111 1100 0 11100 1011101 11111 101010 1010111 100101

Color Harmonies of #B07F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07F0C

Black with #B07F0C

Text Example


Text Example

White with #B07F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07F0C; }

 p { color: rgb(176,127,12); }

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

background-color css

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

 a { background-color: rgb(176,127,12); }

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

border-color css

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

 span { border-color: rgb(176,127,12); }

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