Html Css Color HEX #B4841A Dark Goldenrod

📋 copy color: '#B4841A'

red 180 ◦ green 132 ◦ blue 26

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

Shades of Dark Goldenrod #B4841A

Tints of Dark Goldenrod #B4841A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.69%

R = 53.25%
G = 39.05%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B4841A (or 0xB4841A) is known color: Dark Goldenrod. HEX triplet: B4, 84 and 1A. RGB value is (180,132,26). Sum of RGB (Red+Green+Blue) = 180+132+26=338 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.25% from 338); Green value is 132 (51.95% from 255 or 39.05% from 338); Blue value is 26 (10.55% from 255 or 7.69% from 338); Max value from RGB is 180 - color contains mainly: red. Hex color #B4841A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4841A is #4B7BE5. Grayscale: #868686. Windows color (decimal): -4946918 or 1737908. OLE color: 1737908.

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

Color convert

RGB 180 132 26 -
CMYK 0 0.27 0.86 0.29
HSL 41.3º 0.75% 0.4% -
HSV(B) 41.3º 0.86% 0.71% -
XYZ 27.26 26.28 4.61 -
YUV 134.27 66.9 160.62 -
System Red Green Blue C M Y K H S L
Decimal 180 132 26 0 0.27 0.86 0.29 41.3 0.75 0.4
Hex B4 84 1A 0 1B 56 1D 29 4B 28
Octal 264 204 32 0 33 126 35 51 113 50
Binary 10110100 10000100 11010 0 11011 1010110 11101 101001 1001011 101000

Color Harmonies of #B4841A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4841A

Black with #B4841A

Text Example


Text Example

White with #B4841A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4841A; }

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

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

background-color css

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

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

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

border-color css

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

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

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