Html Css Color HEX #B68C10 Dark Goldenrod

📋 copy color: '#B68C10'

red 182 ◦ green 140 ◦ blue 16

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

Shades of Dark Goldenrod #B68C10

Tints of Dark Goldenrod #B68C10

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.42%

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

R = 53.85%
G = 41.42%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B68C10 (or 0xB68C10) is known color: Dark Goldenrod. HEX triplet: B6, 8C and 10. RGB value is (182,140,16). Sum of RGB (Red+Green+Blue) = 182+140+16=338 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.85% from 338); Green value is 140 (55.08% from 255 or 41.42% from 338); Blue value is 16 (6.64% from 255 or 4.73% from 338); Max value from RGB is 182 - color contains mainly: red. Hex color #B68C10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68C10 is #4973EF. Grayscale: #8A8A8A. Windows color (decimal): -4813808 or 1084598. OLE color: 1084598.

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

Color convert

RGB 182 140 16 -
CMYK 0 0.23 0.91 0.29
HSL 44.82º 0.84% 0.39% -
HSV(B) 44.82º 0.91% 0.71% -
XYZ 28.76 28.74 4.52 -
YUV 138.42 58.91 159.08 -
System Red Green Blue C M Y K H S L
Decimal 182 140 16 0 0.23 0.91 0.29 44.82 0.84 0.39
Hex B6 8C 10 0 17 5B 1D 2D 54 27
Octal 266 214 20 0 27 133 35 55 124 47
Binary 10110110 10001100 10000 0 10111 1011011 11101 101101 1010100 100111

Color Harmonies of #B68C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68C10

Black with #B68C10

Text Example


Text Example

White with #B68C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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