Html Css Color HEX #B0850B Dark Goldenrod

📋 copy color: '#B0850B'

red 176 ◦ green 133 ◦ blue 11

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

Shades of Dark Goldenrod #B0850B

Tints of Dark Goldenrod #B0850B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.56%

 BLUE value IS 11 (4.69% from 255) = 3.44%

R = 55%
G = 41.56%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B0850B (or 0xB0850B) is known color: Dark Goldenrod. HEX triplet: B0, 85 and 0B. RGB value is (176,133,11). Sum of RGB (Red+Green+Blue) = 176+133+11=320 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 11 (4.69% from 255 or 3.44% from 320); Max value from RGB is 176 - color contains mainly: red. Hex color #B0850B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0850B is #4F7AF4. Grayscale: #848484. Windows color (decimal): -5208821 or 755120. OLE color: 755120.

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

Color convert

RGB 176 133 11 -
CMYK 0 0.24 0.94 0.31
HSL 44.36º 0.88% 0.37% -
HSV(B) 44.36º 0.94% 0.69% -
XYZ 26.35 26.03 3.95 -
YUV 131.95 59.75 159.42 -
System Red Green Blue C M Y K H S L
Decimal 176 133 11 0 0.24 0.94 0.31 44.36 0.88 0.37
Hex B0 85 B 0 18 5E 1F 2C 58 25
Octal 260 205 13 0 30 136 37 54 130 45
Binary 10110000 10000101 1011 0 11000 1011110 11111 101100 1011000 100101

Color Harmonies of #B0850B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0850B

Black with #B0850B

Text Example


Text Example

White with #B0850B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0850B; }

 p { color: rgb(176,133,11); }

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

background-color css

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

 a { background-color: rgb(176,133,11); }

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

border-color css

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

 span { border-color: rgb(176,133,11); }

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