Html Css Color HEX #B4811A Dark Goldenrod

📋 copy color: '#B4811A'

red 180 ◦ green 129 ◦ blue 26

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

Shades of Dark Goldenrod #B4811A

Tints of Dark Goldenrod #B4811A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.51%

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

R = 53.73%
G = 38.51%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B4811A (or 0xB4811A) is known color: Dark Goldenrod. HEX triplet: B4, 81 and 1A. RGB value is (180,129,26). Sum of RGB (Red+Green+Blue) = 180+129+26=335 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.73% from 335); Green value is 129 (50.78% from 255 or 38.51% from 335); Blue value is 26 (10.55% from 255 or 7.76% from 335); Max value from RGB is 180 - color contains mainly: red. Hex color #B4811A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4811A is #4B7EE5. Grayscale: #848484. Windows color (decimal): -4947686 or 1737140. OLE color: 1737140.

HSL color Cylindrical-coordinate representation of color #B4811A: hue angle of 40.13º 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 #B4811A is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 129 26 -
CMYK 0 0.28 0.86 0.29
HSL 40.13º 0.75% 0.4% -
HSV(B) 40.13º 0.86% 0.71% -
XYZ 26.86 25.48 4.48 -
YUV 132.51 67.9 161.88 -
System Red Green Blue C M Y K H S L
Decimal 180 129 26 0 0.28 0.86 0.29 40.13 0.75 0.4
Hex B4 81 1A 0 1C 56 1D 28 4B 28
Octal 264 201 32 0 34 126 35 50 113 50
Binary 10110100 10000001 11010 0 11100 1010110 11101 101000 1001011 101000

Color Harmonies of #B4811A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4811A

Black with #B4811A

Text Example


Text Example

White with #B4811A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4811A; }

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

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

background-color css

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

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

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

border-color css

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

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

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