Html Css Color HEX #B68219 Dark Goldenrod

📋 copy color: '#B68219'

red 182 ◦ green 130 ◦ blue 25

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

Shades of Dark Goldenrod #B68219

Tints of Dark Goldenrod #B68219

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.58%

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

R = 54.01%
G = 38.58%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B68219 (or 0xB68219) is known color: Dark Goldenrod. HEX triplet: B6, 82 and 19. RGB value is (182,130,25). Sum of RGB (Red+Green+Blue) = 182+130+25=337 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.01% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 25 (10.16% from 255 or 7.42% from 337); Max value from RGB is 182 - color contains mainly: red. Hex color #B68219 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68219 is #497DE6. Grayscale: #868686. Windows color (decimal): -4816359 or 1671862. OLE color: 1671862.

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

Color convert

RGB 182 130 25 -
CMYK 0 0.29 0.86 0.29
HSL 40.13º 0.76% 0.41% -
HSV(B) 40.13º 0.86% 0.71% -
XYZ 27.45 25.98 4.49 -
YUV 133.58 66.73 162.54 -
System Red Green Blue C M Y K H S L
Decimal 182 130 25 0 0.29 0.86 0.29 40.13 0.76 0.41
Hex B6 82 19 0 1D 56 1D 28 4C 29
Octal 266 202 31 0 35 126 35 50 114 51
Binary 10110110 10000010 11001 0 11101 1010110 11101 101000 1001100 101001

Color Harmonies of #B68219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68219

Black with #B68219

Text Example


Text Example

White with #B68219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68219; }

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

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

background-color css

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

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

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

border-color css

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

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

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