Html Css Color HEX #B69013 Dark Goldenrod

📋 copy color: '#B69013'

red 182 ◦ green 144 ◦ blue 19

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

Shades of Dark Goldenrod #B69013

Tints of Dark Goldenrod #B69013

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.74%

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

R = 52.75%
G = 41.74%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B69013 (or 0xB69013) is known color: Dark Goldenrod. HEX triplet: B6, 90 and 13. RGB value is (182,144,19). Sum of RGB (Red+Green+Blue) = 182+144+19=345 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.75% from 345); Green value is 144 (56.64% from 255 or 41.74% from 345); Blue value is 19 (7.81% from 255 or 5.51% from 345); Max value from RGB is 182 - color contains mainly: red. Hex color #B69013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B69013 is #496FEC. Grayscale: #8D8D8D. Windows color (decimal): -4812781 or 1282230. OLE color: 1282230.

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

Color convert

RGB 182 144 19 -
CMYK 0 0.21 0.90 0.29
HSL 46.01º 0.81% 0.39% -
HSV(B) 46.01º 0.9% 0.71% -
XYZ 29.38 29.94 4.85 -
YUV 141.11 59.09 157.16 -
System Red Green Blue C M Y K H S L
Decimal 182 144 19 0 0.21 0.90 0.29 46.01 0.81 0.39
Hex B6 90 13 0 15 5A 1D 2E 51 27
Octal 266 220 23 0 25 132 35 56 121 47
Binary 10110110 10010000 10011 0 10101 1011010 11101 101110 1010001 100111

Color Harmonies of #B69013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69013

Black with #B69013

Text Example


Text Example

White with #B69013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69013; }

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

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

background-color css

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

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

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

border-color css

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

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

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