Html Css Color HEX #B0841B Dark Goldenrod

📋 copy color: '#B0841B'

red 176 ◦ green 132 ◦ blue 27

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

Shades of Dark Goldenrod #B0841B

Tints of Dark Goldenrod #B0841B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.4%

 BLUE value IS 27 (10.94% from 255) = 8.06%

R = 52.54%
G = 39.4%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B0841B (or 0xB0841B) is known color: Dark Goldenrod. HEX triplet: B0, 84 and 1B. RGB value is (176,132,27). Sum of RGB (Red+Green+Blue) = 176+132+27=335 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.54% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 27 (10.94% from 255 or 8.06% from 335); Max value from RGB is 176 - color contains mainly: red. Hex color #B0841B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0841B is #4F7BE4. Grayscale: #858585. Windows color (decimal): -5209061 or 1803440. OLE color: 1803440.

HSL color Cylindrical-coordinate representation of color #B0841B: hue angle of 42.28º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B0841B is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 132 27 -
CMYK 0 0.25 0.85 0.31
HSL 42.28º 0.73% 0.4% -
HSV(B) 42.28º 0.85% 0.69% -
XYZ 26.35 25.81 4.63 -
YUV 133.19 68.08 158.54 -
System Red Green Blue C M Y K H S L
Decimal 176 132 27 0 0.25 0.85 0.31 42.28 0.73 0.4
Hex B0 84 1B 0 19 55 1F 2A 49 28
Octal 260 204 33 0 31 125 37 52 111 50
Binary 10110000 10000100 11011 0 11001 1010101 11111 101010 1001001 101000

Color Harmonies of #B0841B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0841B

Black with #B0841B

Text Example


Text Example

White with #B0841B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0841B; }

 p { color: rgb(176,132,27); }

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

background-color css

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

 a { background-color: rgb(176,132,27); }

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

border-color css

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

 span { border-color: rgb(176,132,27); }

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