Html Css Color HEX #B1881A Dark Goldenrod

📋 copy color: '#B1881A'

red 177 ◦ green 136 ◦ blue 26

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

Shades of Dark Goldenrod #B1881A

Tints of Dark Goldenrod #B1881A

RGB

 RED value IS 177 (69.53% from 255) = 52.21%

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

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

R = 52.21%
G = 40.12%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B1881A (or 0xB1881A) is known color: Dark Goldenrod. HEX triplet: B1, 88 and 1A. RGB value is (177,136,26). Sum of RGB (Red+Green+Blue) = 177+136+26=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 26 (10.55% from 255 or 7.67% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B1881A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1881A is #4E77E5. Grayscale: #888888. Windows color (decimal): -5142502 or 1738929. OLE color: 1738929.

HSL color Cylindrical-coordinate representation of color #B1881A: hue angle of 43.71º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B1881A is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 136 26 -
CMYK 0 0.23 0.85 0.31
HSL 43.71º 0.74% 0.4% -
HSV(B) 43.71º 0.85% 0.69% -
XYZ 27.12 27.03 4.77 -
YUV 135.72 66.08 157.44 -
System Red Green Blue C M Y K H S L
Decimal 177 136 26 0 0.23 0.85 0.31 43.71 0.74 0.4
Hex B1 88 1A 0 17 55 1F 2C 4A 28
Octal 261 210 32 0 27 125 37 54 112 50
Binary 10110001 10001000 11010 0 10111 1010101 11111 101100 1001010 101000

Color Harmonies of #B1881A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1881A

Black with #B1881A

Text Example


Text Example

White with #B1881A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1881A; }

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

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

background-color css

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

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

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

border-color css

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

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

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