Html Css Color HEX #B38514 Dark Goldenrod

📋 copy color: '#B38514'

red 179 ◦ green 133 ◦ blue 20

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

Shades of Dark Goldenrod #B38514

Tints of Dark Goldenrod #B38514

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.06%

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

R = 53.92%
G = 40.06%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B38514 (or 0xB38514) is known color: Dark Goldenrod. HEX triplet: B3, 85 and 14. RGB value is (179,133,20). Sum of RGB (Red+Green+Blue) = 179+133+20=332 (43% of max value = 765). Red value is 179 (70.31% from 255 or 53.92% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 20 (8.20% from 255 or 6.02% from 332); Max value from RGB is 179 - color contains mainly: red. Hex color #B38514 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38514 is #4C7AEB. Grayscale: #868686. Windows color (decimal): -5012204 or 1344947. OLE color: 1344947.

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

Color convert

RGB 179 133 20 -
CMYK 0 0.26 0.89 0.30
HSL 42.64º 0.8% 0.39% -
HSV(B) 42.64º 0.89% 0.7% -
XYZ 27.1 26.41 4.33 -
YUV 133.87 63.74 160.19 -
System Red Green Blue C M Y K H S L
Decimal 179 133 20 0 0.26 0.89 0.30 42.64 0.8 0.39
Hex B3 85 14 0 1A 59 1E 2B 50 27
Octal 263 205 24 0 32 131 36 53 120 47
Binary 10110011 10000101 10100 0 11010 1011001 11110 101011 1010000 100111

Color Harmonies of #B38514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38514

Black with #B38514

Text Example


Text Example

White with #B38514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38514; }

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

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

background-color css

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

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

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

border-color css

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

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

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