Html Css Color HEX #B68C14 Dark Goldenrod

📋 copy color: '#B68C14'

red 182 ◦ green 140 ◦ blue 20

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

Shades of Dark Goldenrod #B68C14

Tints of Dark Goldenrod #B68C14

RGB

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

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

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

R = 53.22%
G = 40.94%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B68C14 (or 0xB68C14) is known color: Dark Goldenrod. HEX triplet: B6, 8C and 14. RGB value is (182,140,20). Sum of RGB (Red+Green+Blue) = 182+140+20=342 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.22% from 342); Green value is 140 (55.08% from 255 or 40.94% from 342); Blue value is 20 (8.20% from 255 or 5.85% from 342); Max value from RGB is 182 - color contains mainly: red. Hex color #B68C14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68C14 is #4973EB. Grayscale: #8B8B8B. Windows color (decimal): -4813804 or 1346742. OLE color: 1346742.

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

Color convert

RGB 182 140 20 -
CMYK 0 0.23 0.89 0.29
HSL 44.44º 0.8% 0.4% -
HSV(B) 44.44º 0.89% 0.71% -
XYZ 28.8 28.75 4.69 -
YUV 138.88 60.91 158.76 -
System Red Green Blue C M Y K H S L
Decimal 182 140 20 0 0.23 0.89 0.29 44.44 0.8 0.4
Hex B6 8C 14 0 17 59 1D 2C 50 28
Octal 266 214 24 0 27 131 35 54 120 50
Binary 10110110 10001100 10100 0 10111 1011001 11101 101100 1010000 101000

Color Harmonies of #B68C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68C14

Black with #B68C14

Text Example


Text Example

White with #B68C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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