Html Css Color HEX #B2841C Dark Goldenrod

📋 copy color: '#B2841C'

red 178 ◦ green 132 ◦ blue 28

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

Shades of Dark Goldenrod #B2841C

Tints of Dark Goldenrod #B2841C

RGB

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

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

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

R = 52.66%
G = 39.05%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B2841C (or 0xB2841C) is known color: Dark Goldenrod. HEX triplet: B2, 84 and 1C. RGB value is (178,132,28). Sum of RGB (Red+Green+Blue) = 178+132+28=338 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.66% from 338); Green value is 132 (51.95% from 255 or 39.05% from 338); Blue value is 28 (11.33% from 255 or 8.28% from 338); Max value from RGB is 178 - color contains mainly: red. Hex color #B2841C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2841C is #4D7BE3. Grayscale: #868686. Windows color (decimal): -5077988 or 1868978. OLE color: 1868978.

HSL color Cylindrical-coordinate representation of color #B2841C: hue angle of 41.6º 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 #B2841C is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 132 28 -
CMYK 0 0.26 0.84 0.30
HSL 41.6º 0.73% 0.4% -
HSV(B) 41.6º 0.84% 0.7% -
XYZ 26.82 26.05 4.71 -
YUV 133.9 68.24 159.46 -
System Red Green Blue C M Y K H S L
Decimal 178 132 28 0 0.26 0.84 0.30 41.6 0.73 0.4
Hex B2 84 1C 0 1A 54 1E 2A 49 28
Octal 262 204 34 0 32 124 36 52 111 50
Binary 10110010 10000100 11100 0 11010 1010100 11110 101010 1001001 101000

Color Harmonies of #B2841C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2841C

Black with #B2841C

Text Example


Text Example

White with #B2841C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2841C; }

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

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

background-color css

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

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

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

border-color css

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

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

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