Html Css Color HEX #B68B10 Dark Goldenrod

📋 copy color: '#B68B10'

red 182 ◦ green 139 ◦ blue 16

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

Shades of Dark Goldenrod #B68B10

Tints of Dark Goldenrod #B68B10

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.25%

 BLUE value IS 16 (6.64% from 255) = 4.75%

R = 54.01%
G = 41.25%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B68B10 (or 0xB68B10) is known color: Dark Goldenrod. HEX triplet: B6, 8B and 10. RGB value is (182,139,16). Sum of RGB (Red+Green+Blue) = 182+139+16=337 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.01% from 337); Green value is 139 (54.69% from 255 or 41.25% from 337); Blue value is 16 (6.64% from 255 or 4.75% from 337); Max value from RGB is 182 - color contains mainly: red. Hex color #B68B10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68B10 is #4974EF. Grayscale: #8A8A8A. Windows color (decimal): -4814064 or 1084342. OLE color: 1084342.

HSL color Cylindrical-coordinate representation of color #B68B10: hue angle of 44.46º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B68B10 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 139 16 -
CMYK 0 0.24 0.91 0.29
HSL 44.46º 0.84% 0.39% -
HSV(B) 44.46º 0.91% 0.71% -
XYZ 28.62 28.45 4.47 -
YUV 137.84 59.25 159.5 -
System Red Green Blue C M Y K H S L
Decimal 182 139 16 0 0.24 0.91 0.29 44.46 0.84 0.39
Hex B6 8B 10 0 18 5B 1D 2C 54 27
Octal 266 213 20 0 30 133 35 54 124 47
Binary 10110110 10001011 10000 0 11000 1011011 11101 101100 1010100 100111

Color Harmonies of #B68B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68B10

Black with #B68B10

Text Example


Text Example

White with #B68B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68B10; }

 p { color: rgb(182,139,16); }

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

background-color css

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

 a { background-color: rgb(182,139,16); }

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

border-color css

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

 span { border-color: rgb(182,139,16); }

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