Html Css Color HEX #B68D16 Dark Goldenrod

📋 copy color: '#B68D16'

red 182 ◦ green 141 ◦ blue 22

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

Shades of Dark Goldenrod #B68D16

Tints of Dark Goldenrod #B68D16

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.87%

 BLUE value IS 22 (8.98% from 255) = 6.38%

R = 52.75%
G = 40.87%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B68D16 (or 0xB68D16) is known color: Dark Goldenrod. HEX triplet: B6, 8D and 16. RGB value is (182,141,22). Sum of RGB (Red+Green+Blue) = 182+141+22=345 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.75% from 345); Green value is 141 (55.47% from 255 or 40.87% from 345); Blue value is 22 (8.98% from 255 or 6.38% from 345); Max value from RGB is 182 - color contains mainly: red. Hex color #B68D16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68D16 is #4972E9. Grayscale: #8C8C8C. Windows color (decimal): -4813546 or 1478070. OLE color: 1478070.

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

Color convert

RGB 182 141 22 -
CMYK 0 0.23 0.88 0.29
HSL 44.63º 0.78% 0.4% -
HSV(B) 44.63º 0.88% 0.71% -
XYZ 28.96 29.05 4.84 -
YUV 139.69 61.58 158.18 -
System Red Green Blue C M Y K H S L
Decimal 182 141 22 0 0.23 0.88 0.29 44.63 0.78 0.4
Hex B6 8D 16 0 17 58 1D 2D 4E 28
Octal 266 215 26 0 27 130 35 55 116 50
Binary 10110110 10001101 10110 0 10111 1011000 11101 101101 1001110 101000

Color Harmonies of #B68D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68D16

Black with #B68D16

Text Example


Text Example

White with #B68D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68D16; }

 p { color: rgb(182,141,22); }

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

background-color css

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

 a { background-color: rgb(182,141,22); }

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

border-color css

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

 span { border-color: rgb(182,141,22); }

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