Html Css Color HEX #B0821C Dark Goldenrod

📋 copy color: '#B0821C'

red 176 ◦ green 130 ◦ blue 28

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

Shades of Dark Goldenrod #B0821C

Tints of Dark Goldenrod #B0821C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.92%

 BLUE value IS 28 (11.33% from 255) = 8.38%

R = 52.69%
G = 38.92%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B0821C (or 0xB0821C) is known color: Dark Goldenrod. HEX triplet: B0, 82 and 1C. RGB value is (176,130,28). Sum of RGB (Red+Green+Blue) = 176+130+28=334 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.69% from 334); Green value is 130 (51.17% from 255 or 38.92% from 334); Blue value is 28 (11.33% from 255 or 8.38% from 334); Max value from RGB is 176 - color contains mainly: red. Hex color #B0821C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0821C is #4F7DE3. Grayscale: #848484. Windows color (decimal): -5209572 or 1868464. OLE color: 1868464.

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

Color convert

RGB 176 130 28 -
CMYK 0 0.26 0.84 0.31
HSL 41.35º 0.73% 0.4% -
HSV(B) 41.35º 0.84% 0.69% -
XYZ 26.1 25.28 4.6 -
YUV 132.13 69.24 159.29 -
System Red Green Blue C M Y K H S L
Decimal 176 130 28 0 0.26 0.84 0.31 41.35 0.73 0.4
Hex B0 82 1C 0 1A 54 1F 29 49 28
Octal 260 202 34 0 32 124 37 51 111 50
Binary 10110000 10000010 11100 0 11010 1010100 11111 101001 1001001 101000

Color Harmonies of #B0821C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0821C

Black with #B0821C

Text Example


Text Example

White with #B0821C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0821C; }

 p { color: rgb(176,130,28); }

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

background-color css

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

 a { background-color: rgb(176,130,28); }

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

border-color css

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

 span { border-color: rgb(176,130,28); }

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