Html Css Color HEX #B68514 Dark Goldenrod

📋 copy color: '#B68514'

red 182 ◦ green 133 ◦ blue 20

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

Shades of Dark Goldenrod #B68514

Tints of Dark Goldenrod #B68514

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.7%

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

R = 54.33%
G = 39.7%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B68514 (or 0xB68514) is known color: Dark Goldenrod. HEX triplet: B6, 85 and 14. RGB value is (182,133,20). Sum of RGB (Red+Green+Blue) = 182+133+20=335 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.33% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 182 - color contains mainly: red. Hex color #B68514 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68514 is #497AEB. Grayscale: #878787. Windows color (decimal): -4815596 or 1344950. OLE color: 1344950.

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

Color convert

RGB 182 133 20 -
CMYK 0 0.27 0.89 0.29
HSL 41.85º 0.8% 0.4% -
HSV(B) 41.85º 0.89% 0.71% -
XYZ 27.81 26.77 4.36 -
YUV 134.77 63.23 161.69 -
System Red Green Blue C M Y K H S L
Decimal 182 133 20 0 0.27 0.89 0.29 41.85 0.8 0.4
Hex B6 85 14 0 1B 59 1D 2A 50 28
Octal 266 205 24 0 33 131 35 52 120 50
Binary 10110110 10000101 10100 0 11011 1011001 11101 101010 1010000 101000

Color Harmonies of #B68514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68514

Black with #B68514

Text Example


Text Example

White with #B68514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68514; }

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

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

background-color css

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

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

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

border-color css

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

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

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