Html Css Color HEX #B68013 Dark Goldenrod

📋 copy color: '#B68013'

red 182 ◦ green 128 ◦ blue 19

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

Shades of Dark Goldenrod #B68013

Tints of Dark Goldenrod #B68013

RGB

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

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

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

R = 55.32%
G = 38.91%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B68013 (or 0xB68013) is known color: Dark Goldenrod. HEX triplet: B6, 80 and 13. RGB value is (182,128,19). Sum of RGB (Red+Green+Blue) = 182+128+19=329 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.32% from 329); Green value is 128 (50.39% from 255 or 38.91% from 329); Blue value is 19 (7.81% from 255 or 5.78% from 329); Max value from RGB is 182 - color contains mainly: red. Hex color #B68013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68013 is #497FEC. Grayscale: #848484. Windows color (decimal): -4816877 or 1278134. OLE color: 1278134.

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

Color convert

RGB 182 128 19 -
CMYK 0 0.30 0.90 0.29
HSL 40.12º 0.81% 0.39% -
HSV(B) 40.12º 0.9% 0.71% -
XYZ 27.13 25.43 4.09 -
YUV 131.72 64.39 163.86 -
System Red Green Blue C M Y K H S L
Decimal 182 128 19 0 0.30 0.90 0.29 40.12 0.81 0.39
Hex B6 80 13 0 1E 5A 1D 28 51 27
Octal 266 200 23 0 36 132 35 50 121 47
Binary 10110110 10000000 10011 0 11110 1011010 11101 101000 1010001 100111

Color Harmonies of #B68013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68013

Black with #B68013

Text Example


Text Example

White with #B68013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68013; }

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

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

background-color css

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

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

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

border-color css

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

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

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