Html Css Color HEX #B4881A Dark Goldenrod

📋 copy color: '#B4881A'

red 180 ◦ green 136 ◦ blue 26

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

Shades of Dark Goldenrod #B4881A

Tints of Dark Goldenrod #B4881A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.77%

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

R = 52.63%
G = 39.77%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B4881A (or 0xB4881A) is known color: Dark Goldenrod. HEX triplet: B4, 88 and 1A. RGB value is (180,136,26). Sum of RGB (Red+Green+Blue) = 180+136+26=342 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.63% from 342); Green value is 136 (53.52% from 255 or 39.77% from 342); Blue value is 26 (10.55% from 255 or 7.60% from 342); Max value from RGB is 180 - color contains mainly: red. Hex color #B4881A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4881A is #4B77E5. Grayscale: #898989. Windows color (decimal): -4945894 or 1738932. OLE color: 1738932.

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

Color convert

RGB 180 136 26 -
CMYK 0 0.24 0.86 0.29
HSL 42.86º 0.75% 0.4% -
HSV(B) 42.86º 0.86% 0.71% -
XYZ 27.81 27.39 4.8 -
YUV 136.62 65.58 158.94 -
System Red Green Blue C M Y K H S L
Decimal 180 136 26 0 0.24 0.86 0.29 42.86 0.75 0.4
Hex B4 88 1A 0 18 56 1D 2B 4B 28
Octal 264 210 32 0 30 126 35 53 113 50
Binary 10110100 10001000 11010 0 11000 1010110 11101 101011 1001011 101000

Color Harmonies of #B4881A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4881A

Black with #B4881A

Text Example


Text Example

White with #B4881A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4881A; }

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

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

background-color css

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

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

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

border-color css

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

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

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