Html Css Color HEX #B2821C Dark Goldenrod

📋 copy color: '#B2821C'

red 178 ◦ green 130 ◦ blue 28

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

Shades of Dark Goldenrod #B2821C

Tints of Dark Goldenrod #B2821C

RGB

 RED value IS 178 (69.92% from 255) = 52.98%

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

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

R = 52.98%
G = 38.69%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B2821C (or 0xB2821C) is known color: Dark Goldenrod. HEX triplet: B2, 82 and 1C. RGB value is (178,130,28). Sum of RGB (Red+Green+Blue) = 178+130+28=336 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.98% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 28 (11.33% from 255 or 8.33% from 336); Max value from RGB is 178 - color contains mainly: red. Hex color #B2821C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2821C is #4D7DE3. Grayscale: #858585. Windows color (decimal): -5078500 or 1868466. OLE color: 1868466.

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

Color convert

RGB 178 130 28 -
CMYK 0 0.27 0.84 0.30
HSL 40.8º 0.73% 0.4% -
HSV(B) 40.8º 0.84% 0.7% -
XYZ 26.55 25.51 4.62 -
YUV 132.72 68.9 160.29 -
System Red Green Blue C M Y K H S L
Decimal 178 130 28 0 0.27 0.84 0.30 40.8 0.73 0.4
Hex B2 82 1C 0 1B 54 1E 29 49 28
Octal 262 202 34 0 33 124 36 51 111 50
Binary 10110010 10000010 11100 0 11011 1010100 11110 101001 1001001 101000

Color Harmonies of #B2821C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2821C

Black with #B2821C

Text Example


Text Example

White with #B2821C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2821C; }

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

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

background-color css

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

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

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

border-color css

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

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

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