Html Css Color HEX #B0841A Dark Goldenrod

📋 copy color: '#B0841A'

red 176 ◦ green 132 ◦ blue 26

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

Shades of Dark Goldenrod #B0841A

Tints of Dark Goldenrod #B0841A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.78%

R = 52.69%
G = 39.52%
B = 7.78%

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

#B0841A (or 0xB0841A) is known color: Dark Goldenrod. HEX triplet: B0, 84 and 1A. RGB value is (176,132,26). Sum of RGB (Red+Green+Blue) = 176+132+26=334 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.69% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 26 (10.55% from 255 or 7.78% from 334); Max value from RGB is 176 - color contains mainly: red. Hex color #B0841A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0841A is #4F7BE5. Grayscale: #858585. Windows color (decimal): -5209062 or 1737904. OLE color: 1737904.

HSL color Cylindrical-coordinate representation of color #B0841A: hue angle of 42.4º degrees, saturation: 0.74, 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 #B0841A is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 132 26 -
CMYK 0 0.25 0.85 0.31
HSL 42.4º 0.74% 0.4% -
HSV(B) 42.4º 0.85% 0.69% -
XYZ 26.34 25.81 4.57 -
YUV 133.07 67.58 158.62 -
System Red Green Blue C M Y K H S L
Decimal 176 132 26 0 0.25 0.85 0.31 42.4 0.74 0.4
Hex B0 84 1A 0 19 55 1F 2A 4A 28
Octal 260 204 32 0 31 125 37 52 112 50
Binary 10110000 10000100 11010 0 11001 1010101 11111 101010 1001010 101000

Color Harmonies of #B0841A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0841A

Black with #B0841A

Text Example


Text Example

White with #B0841A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0841A; }

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

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

background-color css

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

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

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

border-color css

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

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

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