Html Css Color HEX #B38914 Dark Goldenrod

📋 copy color: '#B38914'

red 179 ◦ green 137 ◦ blue 20

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

Shades of Dark Goldenrod #B38914

Tints of Dark Goldenrod #B38914

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.77%

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

R = 53.27%
G = 40.77%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B38914 (or 0xB38914) is known color: Dark Goldenrod. HEX triplet: B3, 89 and 14. RGB value is (179,137,20). Sum of RGB (Red+Green+Blue) = 179+137+20=336 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.27% from 336); Green value is 137 (53.91% from 255 or 40.77% from 336); Blue value is 20 (8.20% from 255 or 5.95% from 336); Max value from RGB is 179 - color contains mainly: red. Hex color #B38914 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38914 is #4C76EB. Grayscale: #888888. Windows color (decimal): -5011180 or 1345971. OLE color: 1345971.

HSL color Cylindrical-coordinate representation of color #B38914: hue angle of 44.15º 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 #B38914 is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 137 20 -
CMYK 0 0.23 0.89 0.30
HSL 44.15º 0.8% 0.39% -
HSV(B) 44.15º 0.89% 0.7% -
XYZ 27.66 27.53 4.52 -
YUV 136.22 62.41 158.51 -
System Red Green Blue C M Y K H S L
Decimal 179 137 20 0 0.23 0.89 0.30 44.15 0.8 0.39
Hex B3 89 14 0 17 59 1E 2C 50 27
Octal 263 211 24 0 27 131 36 54 120 47
Binary 10110011 10001001 10100 0 10111 1011001 11110 101100 1010000 100111

Color Harmonies of #B38914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38914

Black with #B38914

Text Example


Text Example

White with #B38914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38914; }

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

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

background-color css

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

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

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

border-color css

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

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

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