Html Css Color HEX #B38214 Dark Goldenrod

📋 copy color: '#B38214'

red 179 ◦ green 130 ◦ blue 20

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

Shades of Dark Goldenrod #B38214

Tints of Dark Goldenrod #B38214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.08%

R = 54.41%
G = 39.51%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B38214 (or 0xB38214) is known color: Dark Goldenrod. HEX triplet: B3, 82 and 14. RGB value is (179,130,20). Sum of RGB (Red+Green+Blue) = 179+130+20=329 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.41% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 20 (8.20% from 255 or 6.08% from 329); Max value from RGB is 179 - color contains mainly: red. Hex color #B38214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38214 is #4C7DEB. Grayscale: #848484. Windows color (decimal): -5012972 or 1344179. OLE color: 1344179.

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

Color convert

RGB 179 130 20 -
CMYK 0 0.27 0.89 0.30
HSL 41.51º 0.8% 0.39% -
HSV(B) 41.51º 0.89% 0.7% -
XYZ 26.7 25.6 4.2 -
YUV 132.11 64.73 161.44 -
System Red Green Blue C M Y K H S L
Decimal 179 130 20 0 0.27 0.89 0.30 41.51 0.8 0.39
Hex B3 82 14 0 1B 59 1E 2A 50 27
Octal 263 202 24 0 33 131 36 52 120 47
Binary 10110011 10000010 10100 0 11011 1011001 11110 101010 1010000 100111

Color Harmonies of #B38214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38214

Black with #B38214

Text Example


Text Example

White with #B38214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38214; }

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

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

background-color css

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

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

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

border-color css

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

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

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