Html Css Color HEX #B68513 Dark Goldenrod

📋 copy color: '#B68513'

red 182 ◦ green 133 ◦ blue 19

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

Shades of Dark Goldenrod #B68513

Tints of Dark Goldenrod #B68513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.69%

R = 54.49%
G = 39.82%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B68513 (or 0xB68513) is known color: Dark Goldenrod. HEX triplet: B6, 85 and 13. RGB value is (182,133,19). Sum of RGB (Red+Green+Blue) = 182+133+19=334 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.49% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 19 (7.81% from 255 or 5.69% from 334); Max value from RGB is 182 - color contains mainly: red. Hex color #B68513 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68513 is #497AEC. Grayscale: #878787. Windows color (decimal): -4815597 or 1279414. OLE color: 1279414.

HSL color Cylindrical-coordinate representation of color #B68513: hue angle of 41.96º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B68513 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 133 19 -
CMYK 0 0.27 0.90 0.29
HSL 41.96º 0.81% 0.39% -
HSV(B) 41.96º 0.9% 0.71% -
XYZ 27.8 26.77 4.32 -
YUV 134.66 62.73 161.77 -
System Red Green Blue C M Y K H S L
Decimal 182 133 19 0 0.27 0.90 0.29 41.96 0.81 0.39
Hex B6 85 13 0 1B 5A 1D 2A 51 27
Octal 266 205 23 0 33 132 35 52 121 47
Binary 10110110 10000101 10011 0 11011 1011010 11101 101010 1010001 100111

Color Harmonies of #B68513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68513

Black with #B68513

Text Example


Text Example

White with #B68513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68513; }

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

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

background-color css

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

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

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

border-color css

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

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

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