Html Css Color HEX #B68315 Dark Goldenrod

📋 copy color: '#B68315'

red 182 ◦ green 131 ◦ blue 21

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

Shades of Dark Goldenrod #B68315

Tints of Dark Goldenrod #B68315

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.22%

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

R = 54.49%
G = 39.22%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B68315 (or 0xB68315) is known color: Dark Goldenrod. HEX triplet: B6, 83 and 15. RGB value is (182,131,21). Sum of RGB (Red+Green+Blue) = 182+131+21=334 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.49% from 334); Green value is 131 (51.56% from 255 or 39.22% from 334); Blue value is 21 (8.59% from 255 or 6.29% from 334); Max value from RGB is 182 - color contains mainly: red. Hex color #B68315 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68315 is #497CEA. Grayscale: #868686. Windows color (decimal): -4816107 or 1409974. OLE color: 1409974.

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

Color convert

RGB 182 131 21 -
CMYK 0 0.28 0.88 0.29
HSL 40.99º 0.79% 0.4% -
HSV(B) 40.99º 0.88% 0.71% -
XYZ 27.54 26.23 4.32 -
YUV 133.71 64.4 162.44 -
System Red Green Blue C M Y K H S L
Decimal 182 131 21 0 0.28 0.88 0.29 40.99 0.79 0.4
Hex B6 83 15 0 1C 58 1D 29 4F 28
Octal 266 203 25 0 34 130 35 51 117 50
Binary 10110110 10000011 10101 0 11100 1011000 11101 101001 1001111 101000

Color Harmonies of #B68315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68315

Black with #B68315

Text Example


Text Example

White with #B68315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68315; }

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

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

background-color css

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

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

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

border-color css

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

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

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