Html Css Color HEX #B68815 Dark Goldenrod

📋 copy color: '#B68815'

red 182 ◦ green 136 ◦ blue 21

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

Shades of Dark Goldenrod #B68815

Tints of Dark Goldenrod #B68815

RGB

 RED value IS 182 (71.48% from 255) = 53.69%

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

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

R = 53.69%
G = 40.12%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B68815 (or 0xB68815) is known color: Dark Goldenrod. HEX triplet: B6, 88 and 15. RGB value is (182,136,21). Sum of RGB (Red+Green+Blue) = 182+136+21=339 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.69% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 21 (8.59% from 255 or 6.19% from 339); Max value from RGB is 182 - color contains mainly: red. Hex color #B68815 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68815 is #4977EA. Grayscale: #898989. Windows color (decimal): -4814827 or 1411254. OLE color: 1411254.

HSL color Cylindrical-coordinate representation of color #B68815: hue angle of 42.86º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B68815 is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 136 21 -
CMYK 0 0.25 0.88 0.29
HSL 42.86º 0.79% 0.4% -
HSV(B) 42.86º 0.88% 0.71% -
XYZ 28.23 27.61 4.55 -
YUV 136.64 62.74 160.35 -
System Red Green Blue C M Y K H S L
Decimal 182 136 21 0 0.25 0.88 0.29 42.86 0.79 0.4
Hex B6 88 15 0 19 58 1D 2B 4F 28
Octal 266 210 25 0 31 130 35 53 117 50
Binary 10110110 10001000 10101 0 11001 1011000 11101 101011 1001111 101000

Color Harmonies of #B68815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68815

Black with #B68815

Text Example


Text Example

White with #B68815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68815; }

 p { color: rgb(182,136,21); }

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

background-color css

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

 a { background-color: rgb(182,136,21); }

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

border-color css

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

 span { border-color: rgb(182,136,21); }

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