Html Css Color HEX #B68014 Dark Goldenrod

📋 copy color: '#B68014'

red 182 ◦ green 128 ◦ blue 20

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

Shades of Dark Goldenrod #B68014

Tints of Dark Goldenrod #B68014

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.79%

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

R = 55.15%
G = 38.79%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B68014 (or 0xB68014) is known color: Dark Goldenrod. HEX triplet: B6, 80 and 14. RGB value is (182,128,20). Sum of RGB (Red+Green+Blue) = 182+128+20=330 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.15% from 330); Green value is 128 (50.39% from 255 or 38.79% from 330); Blue value is 20 (8.20% from 255 or 6.06% from 330); Max value from RGB is 182 - color contains mainly: red. Hex color #B68014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68014 is #497FEB. Grayscale: #848484. Windows color (decimal): -4816876 or 1343670. OLE color: 1343670.

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

Color convert

RGB 182 128 20 -
CMYK 0 0.30 0.89 0.29
HSL 40º 0.8% 0.4% -
HSV(B) 40º 0.89% 0.71% -
XYZ 27.14 25.43 4.14 -
YUV 131.83 64.89 163.78 -
System Red Green Blue C M Y K H S L
Decimal 182 128 20 0 0.30 0.89 0.29 40 0.8 0.4
Hex B6 80 14 0 1E 59 1D 28 50 28
Octal 266 200 24 0 36 131 35 50 120 50
Binary 10110110 10000000 10100 0 11110 1011001 11101 101000 1010000 101000

Color Harmonies of #B68014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68014

Black with #B68014

Text Example


Text Example

White with #B68014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68014; }

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

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

background-color css

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

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

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

border-color css

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

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

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