Html Css Color HEX #B68E14 Dark Goldenrod

📋 copy color: '#B68E14'

red 182 ◦ green 142 ◦ blue 20

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

Shades of Dark Goldenrod #B68E14

Tints of Dark Goldenrod #B68E14

RGB

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

 GREEN value IS 142 (55.86% from 255) = 41.28%

 BLUE value IS 20 (8.2% from 255) = 5.81%

R = 52.91%
G = 41.28%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B68E14 (or 0xB68E14) is known color: Dark Goldenrod. HEX triplet: B6, 8E and 14. RGB value is (182,142,20). Sum of RGB (Red+Green+Blue) = 182+142+20=344 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.91% from 344); Green value is 142 (55.86% from 255 or 41.28% from 344); Blue value is 20 (8.20% from 255 or 5.81% from 344); Max value from RGB is 182 - color contains mainly: red. Hex color #B68E14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68E14 is #4971EB. Grayscale: #8C8C8C. Windows color (decimal): -4813292 or 1347254. OLE color: 1347254.

HSL color Cylindrical-coordinate representation of color #B68E14: hue angle of 45.19º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B68E14 is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 142 20 -
CMYK 0 0.22 0.89 0.29
HSL 45.19º 0.8% 0.4% -
HSV(B) 45.19º 0.89% 0.71% -
XYZ 29.09 29.34 4.79 -
YUV 140.05 60.25 157.92 -
System Red Green Blue C M Y K H S L
Decimal 182 142 20 0 0.22 0.89 0.29 45.19 0.8 0.4
Hex B6 8E 14 0 16 59 1D 2D 50 28
Octal 266 216 24 0 26 131 35 55 120 50
Binary 10110110 10001110 10100 0 10110 1011001 11101 101101 1010000 101000

Color Harmonies of #B68E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68E14

Black with #B68E14

Text Example


Text Example

White with #B68E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68E14; }

 p { color: rgb(182,142,20); }

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

background-color css

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

 a { background-color: rgb(182,142,20); }

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

border-color css

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

 span { border-color: rgb(182,142,20); }

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