Html Css Color HEX #B4841C Dark Goldenrod

📋 copy color: '#B4841C'

red 180 ◦ green 132 ◦ blue 28

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

Shades of Dark Goldenrod #B4841C

Tints of Dark Goldenrod #B4841C

RGB

 RED value IS 180 (70.7% from 255) = 52.94%

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

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

R = 52.94%
G = 38.82%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B4841C (or 0xB4841C) is known color: Dark Goldenrod. HEX triplet: B4, 84 and 1C. RGB value is (180,132,28). Sum of RGB (Red+Green+Blue) = 180+132+28=340 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.94% from 340); Green value is 132 (51.95% from 255 or 38.82% from 340); Blue value is 28 (11.33% from 255 or 8.24% from 340); Max value from RGB is 180 - color contains mainly: red. Hex color #B4841C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4841C is #4B7BE3. Grayscale: #868686. Windows color (decimal): -4946916 or 1868980. OLE color: 1868980.

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

Color convert

RGB 180 132 28 -
CMYK 0 0.27 0.84 0.29
HSL 41.05º 0.73% 0.41% -
HSV(B) 41.05º 0.84% 0.71% -
XYZ 27.28 26.29 4.74 -
YUV 134.5 67.9 160.46 -
System Red Green Blue C M Y K H S L
Decimal 180 132 28 0 0.27 0.84 0.29 41.05 0.73 0.41
Hex B4 84 1C 0 1B 54 1D 29 49 29
Octal 264 204 34 0 33 124 35 51 111 51
Binary 10110100 10000100 11100 0 11011 1010100 11101 101001 1001001 101001

Color Harmonies of #B4841C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4841C

Black with #B4841C

Text Example


Text Example

White with #B4841C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4841C; }

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

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

background-color css

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

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

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

border-color css

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

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

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