Html Css Color HEX #B38219 Dark Goldenrod

📋 copy color: '#B38219'

red 179 ◦ green 130 ◦ blue 25

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

Shades of Dark Goldenrod #B38219

Tints of Dark Goldenrod #B38219

RGB

 RED value IS 179 (70.31% from 255) = 53.59%

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

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

R = 53.59%
G = 38.92%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#B38219 (or 0xB38219) is known color: Dark Goldenrod. HEX triplet: B3, 82 and 19. RGB value is (179,130,25). Sum of RGB (Red+Green+Blue) = 179+130+25=334 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.59% from 334); Green value is 130 (51.17% from 255 or 38.92% from 334); Blue value is 25 (10.16% from 255 or 7.49% from 334); Max value from RGB is 179 - color contains mainly: red. Hex color #B38219 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38219 is #4C7DE6. Grayscale: #858585. Windows color (decimal): -5012967 or 1671859. OLE color: 1671859.

HSL color Cylindrical-coordinate representation of color #B38219: hue angle of 40.91º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B38219 is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 130 25 -
CMYK 0 0.27 0.86 0.30
HSL 40.91º 0.75% 0.4% -
HSV(B) 40.91º 0.86% 0.7% -
XYZ 26.75 25.62 4.45 -
YUV 132.68 67.23 161.04 -
System Red Green Blue C M Y K H S L
Decimal 179 130 25 0 0.27 0.86 0.30 40.91 0.75 0.4
Hex B3 82 19 0 1B 56 1E 29 4B 28
Octal 263 202 31 0 33 126 36 51 113 50
Binary 10110011 10000010 11001 0 11011 1010110 11110 101001 1001011 101000

Color Harmonies of #B38219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38219

Black with #B38219

Text Example


Text Example

White with #B38219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38219; }

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

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

background-color css

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

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

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

border-color css

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

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

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