Html Css Color HEX #B68115 Dark Goldenrod

📋 copy color: '#B68115'

red 182 ◦ green 129 ◦ blue 21

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

Shades of Dark Goldenrod #B68115

Tints of Dark Goldenrod #B68115

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.86%

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

R = 54.82%
G = 38.86%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B68115 (or 0xB68115) is known color: Dark Goldenrod. HEX triplet: B6, 81 and 15. RGB value is (182,129,21). Sum of RGB (Red+Green+Blue) = 182+129+21=332 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.82% from 332); Green value is 129 (50.78% from 255 or 38.86% from 332); Blue value is 21 (8.59% from 255 or 6.33% from 332); Max value from RGB is 182 - color contains mainly: red. Hex color #B68115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68115 is #497EEA. Grayscale: #858585. Windows color (decimal): -4816619 or 1409462. OLE color: 1409462.

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

Color convert

RGB 182 129 21 -
CMYK 0 0.29 0.88 0.29
HSL 40.25º 0.79% 0.4% -
HSV(B) 40.25º 0.88% 0.71% -
XYZ 27.28 25.7 4.23 -
YUV 132.54 65.06 163.28 -
System Red Green Blue C M Y K H S L
Decimal 182 129 21 0 0.29 0.88 0.29 40.25 0.79 0.4
Hex B6 81 15 0 1D 58 1D 28 4F 28
Octal 266 201 25 0 35 130 35 50 117 50
Binary 10110110 10000001 10101 0 11101 1011000 11101 101000 1001111 101000

Color Harmonies of #B68115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68115

Black with #B68115

Text Example


Text Example

White with #B68115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68115; }

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

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

background-color css

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

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

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

border-color css

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

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

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