Html Css Color HEX #B68819 Dark Goldenrod

📋 copy color: '#B68819'

red 182 ◦ green 136 ◦ blue 25

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

Shades of Dark Goldenrod #B68819

Tints of Dark Goldenrod #B68819

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.65%

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

R = 53.06%
G = 39.65%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B68819 (or 0xB68819) is known color: Dark Goldenrod. HEX triplet: B6, 88 and 19. RGB value is (182,136,25). Sum of RGB (Red+Green+Blue) = 182+136+25=343 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.06% from 343); Green value is 136 (53.52% from 255 or 39.65% from 343); Blue value is 25 (10.16% from 255 or 7.29% from 343); Max value from RGB is 182 - color contains mainly: red. Hex color #B68819 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68819 is #4977E6. Grayscale: #898989. Windows color (decimal): -4814823 or 1673398. OLE color: 1673398.

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

Color convert

RGB 182 136 25 -
CMYK 0 0.25 0.86 0.29
HSL 42.42º 0.76% 0.41% -
HSV(B) 42.42º 0.86% 0.71% -
XYZ 28.27 27.62 4.76 -
YUV 137.1 64.74 160.03 -
System Red Green Blue C M Y K H S L
Decimal 182 136 25 0 0.25 0.86 0.29 42.42 0.76 0.41
Hex B6 88 19 0 19 56 1D 2A 4C 29
Octal 266 210 31 0 31 126 35 52 114 51
Binary 10110110 10001000 11001 0 11001 1010110 11101 101010 1001100 101001

Color Harmonies of #B68819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68819

Black with #B68819

Text Example


Text Example

White with #B68819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68819; }

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

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

background-color css

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

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

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

border-color css

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

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

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