Html Css Color HEX #B4841B Dark Goldenrod

📋 copy color: '#B4841B'

red 180 ◦ green 132 ◦ blue 27

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

Shades of Dark Goldenrod #B4841B

Tints of Dark Goldenrod #B4841B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.96%

R = 53.1%
G = 38.94%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B4841B (or 0xB4841B) is known color: Dark Goldenrod. HEX triplet: B4, 84 and 1B. RGB value is (180,132,27). Sum of RGB (Red+Green+Blue) = 180+132+27=339 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.10% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 27 (10.94% from 255 or 7.96% from 339); Max value from RGB is 180 - color contains mainly: red. Hex color #B4841B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4841B is #4B7BE4. Grayscale: #868686. Windows color (decimal): -4946917 or 1803444. OLE color: 1803444.

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

Color convert

RGB 180 132 27 -
CMYK 0 0.27 0.85 0.29
HSL 41.18º 0.74% 0.41% -
HSV(B) 41.18º 0.85% 0.71% -
XYZ 27.27 26.28 4.67 -
YUV 134.38 67.4 160.54 -
System Red Green Blue C M Y K H S L
Decimal 180 132 27 0 0.27 0.85 0.29 41.18 0.74 0.41
Hex B4 84 1B 0 1B 55 1D 29 4A 29
Octal 264 204 33 0 33 125 35 51 112 51
Binary 10110100 10000100 11011 0 11011 1010101 11101 101001 1001010 101001

Color Harmonies of #B4841B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4841B

Black with #B4841B

Text Example


Text Example

White with #B4841B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4841B; }

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

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

background-color css

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

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

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

border-color css

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

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

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