Html Css Color HEX #B18015 Dark Goldenrod

📋 copy color: '#B18015'

red 177 ◦ green 128 ◦ blue 21

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

Shades of Dark Goldenrod #B18015

Tints of Dark Goldenrod #B18015

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.26%

 BLUE value IS 21 (8.59% from 255) = 6.44%

R = 54.29%
G = 39.26%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B18015 (or 0xB18015) is known color: Dark Goldenrod. HEX triplet: B1, 80 and 15. RGB value is (177,128,21). Sum of RGB (Red+Green+Blue) = 177+128+21=326 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.29% from 326); Green value is 128 (50.39% from 255 or 39.26% from 326); Blue value is 21 (8.59% from 255 or 6.44% from 326); Max value from RGB is 177 - color contains mainly: red. Hex color #B18015 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18015 is #4E7FEA. Grayscale: #828282. Windows color (decimal): -5144555 or 1409201. OLE color: 1409201.

HSL color Cylindrical-coordinate representation of color #B18015: hue angle of 41.15º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B18015 is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 128 21 -
CMYK 0 0.28 0.88 0.31
HSL 41.15º 0.79% 0.39% -
HSV(B) 41.15º 0.88% 0.69% -
XYZ 25.99 24.84 4.13 -
YUV 130.45 66.23 161.2 -
System Red Green Blue C M Y K H S L
Decimal 177 128 21 0 0.28 0.88 0.31 41.15 0.79 0.39
Hex B1 80 15 0 1C 58 1F 29 4F 27
Octal 261 200 25 0 34 130 37 51 117 47
Binary 10110001 10000000 10101 0 11100 1011000 11111 101001 1001111 100111

Color Harmonies of #B18015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18015

Black with #B18015

Text Example


Text Example

White with #B18015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18015; }

 p { color: rgb(177,128,21); }

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

background-color css

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

 a { background-color: rgb(177,128,21); }

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

border-color css

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

 span { border-color: rgb(177,128,21); }

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