Html Css Color HEX #B4881B Dark Goldenrod

📋 copy color: '#B4881B'

red 180 ◦ green 136 ◦ blue 27

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

Shades of Dark Goldenrod #B4881B

Tints of Dark Goldenrod #B4881B

RGB

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

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

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

R = 52.48%
G = 39.65%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B4881B (or 0xB4881B) is known color: Dark Goldenrod. HEX triplet: B4, 88 and 1B. RGB value is (180,136,27). Sum of RGB (Red+Green+Blue) = 180+136+27=343 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.48% from 343); Green value is 136 (53.52% from 255 or 39.65% from 343); Blue value is 27 (10.94% from 255 or 7.87% from 343); Max value from RGB is 180 - color contains mainly: red. Hex color #B4881B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4881B is #4B77E4. Grayscale: #898989. Windows color (decimal): -4945893 or 1804468. OLE color: 1804468.

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

Color convert

RGB 180 136 27 -
CMYK 0 0.24 0.85 0.29
HSL 42.75º 0.74% 0.41% -
HSV(B) 42.75º 0.85% 0.71% -
XYZ 27.82 27.39 4.86 -
YUV 136.73 66.08 158.86 -
System Red Green Blue C M Y K H S L
Decimal 180 136 27 0 0.24 0.85 0.29 42.75 0.74 0.41
Hex B4 88 1B 0 18 55 1D 2B 4A 29
Octal 264 210 33 0 30 125 35 53 112 51
Binary 10110100 10001000 11011 0 11000 1010101 11101 101011 1001010 101001

Color Harmonies of #B4881B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4881B

Black with #B4881B

Text Example


Text Example

White with #B4881B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4881B; }

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

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

background-color css

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

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

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

border-color css

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

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

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