Html Css Color HEX #B0700C Dark Goldenrod

📋 copy color: '#B0700C'

red 176 ◦ green 112 ◦ blue 12

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

Shades of Dark Goldenrod #B0700C

Tints of Dark Goldenrod #B0700C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.33%

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

R = 58.67%
G = 37.33%
B = 4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B0700C (or 0xB0700C) is known color: Dark Goldenrod. HEX triplet: B0, 70 and 0C. RGB value is (176,112,12). Sum of RGB (Red+Green+Blue) = 176+112+12=300 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.67% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 12 (5.08% from 255 or 4% from 300); Max value from RGB is 176 - color contains mainly: red. Hex color #B0700C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0700C is #4F8FF3. Grayscale: #787878. Windows color (decimal): -5214196 or 815280. OLE color: 815280.

HSL color Cylindrical-coordinate representation of color #B0700C: hue angle of 36.59º 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 #B0700C is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 112 12 -
CMYK 0 0.36 0.93 0.31
HSL 36.59º 0.87% 0.37% -
HSV(B) 36.59º 0.93% 0.69% -
XYZ 23.77 20.84 3.12 -
YUV 119.74 67.2 168.13 -
System Red Green Blue C M Y K H S L
Decimal 176 112 12 0 0.36 0.93 0.31 36.59 0.87 0.37
Hex B0 70 C 0 24 5D 1F 25 57 25
Octal 260 160 14 0 44 135 37 45 127 45
Binary 10110000 1110000 1100 0 100100 1011101 11111 100101 1010111 100101

Color Harmonies of #B0700C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0700C

Black with #B0700C

Text Example


Text Example

White with #B0700C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0700C; }

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

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

background-color css

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

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

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

border-color css

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

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

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