Html Css Color HEX #B68019 Dark Goldenrod

📋 copy color: '#B68019'

red 182 ◦ green 128 ◦ blue 25

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

Shades of Dark Goldenrod #B68019

Tints of Dark Goldenrod #B68019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.46%

R = 54.33%
G = 38.21%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B68019 (or 0xB68019) is known color: Dark Goldenrod. HEX triplet: B6, 80 and 19. RGB value is (182,128,25). Sum of RGB (Red+Green+Blue) = 182+128+25=335 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.33% from 335); Green value is 128 (50.39% from 255 or 38.21% from 335); Blue value is 25 (10.16% from 255 or 7.46% from 335); Max value from RGB is 182 - color contains mainly: red. Hex color #B68019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68019 is #497FE6. Grayscale: #848484. Windows color (decimal): -4816871 or 1671350. OLE color: 1671350.

HSL color Cylindrical-coordinate representation of color #B68019: hue angle of 39.36º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B68019 is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 128 25 -
CMYK 0 0.30 0.86 0.29
HSL 39.36º 0.76% 0.41% -
HSV(B) 39.36º 0.86% 0.71% -
XYZ 27.19 25.45 4.4 -
YUV 132.4 67.39 163.38 -
System Red Green Blue C M Y K H S L
Decimal 182 128 25 0 0.30 0.86 0.29 39.36 0.76 0.41
Hex B6 80 19 0 1E 56 1D 27 4C 29
Octal 266 200 31 0 36 126 35 47 114 51
Binary 10110110 10000000 11001 0 11110 1010110 11101 100111 1001100 101001

Color Harmonies of #B68019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68019

Black with #B68019

Text Example


Text Example

White with #B68019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68019; }

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

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

background-color css

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

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

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

border-color css

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

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

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