Html Css Color HEX #B18415 Dark Goldenrod

📋 copy color: '#B18415'

red 177 ◦ green 132 ◦ blue 21

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

Shades of Dark Goldenrod #B18415

Tints of Dark Goldenrod #B18415

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40%

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

R = 53.64%
G = 40%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B18415 (or 0xB18415) is known color: Dark Goldenrod. HEX triplet: B1, 84 and 15. RGB value is (177,132,21). Sum of RGB (Red+Green+Blue) = 177+132+21=330 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.64% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 21 (8.59% from 255 or 6.36% from 330); Max value from RGB is 177 - color contains mainly: red. Hex color #B18415 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18415 is #4E7BEA. Grayscale: #858585. Windows color (decimal): -5143531 or 1410225. OLE color: 1410225.

HSL color Cylindrical-coordinate representation of color #B18415: hue angle of 42.69º 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 #B18415 is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 132 21 -
CMYK 0 0.25 0.88 0.31
HSL 42.69º 0.79% 0.39% -
HSV(B) 42.69º 0.88% 0.69% -
XYZ 26.52 25.9 4.31 -
YUV 132.8 64.91 159.53 -
System Red Green Blue C M Y K H S L
Decimal 177 132 21 0 0.25 0.88 0.31 42.69 0.79 0.39
Hex B1 84 15 0 19 58 1F 2B 4F 27
Octal 261 204 25 0 31 130 37 53 117 47
Binary 10110001 10000100 10101 0 11001 1011000 11111 101011 1001111 100111

Color Harmonies of #B18415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18415

Black with #B18415

Text Example


Text Example

White with #B18415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18415; }

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

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

background-color css

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

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

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

border-color css

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

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

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