Html Css Color HEX #B38500 Dark Goldenrod

📋 copy color: '#B38500'

red 179 ◦ green 133 ◦ blue 0

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

Shades of Dark Goldenrod #B38500

Tints of Dark Goldenrod #B38500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.37%
G = 42.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B38500 (or 0xB38500) is known color: Dark Goldenrod. HEX triplet: B3, 85 and 00. RGB value is (179,133,0). Sum of RGB (Red+Green+Blue) = 179+133+0=312 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.37% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 179 - color contains mainly: red. Hex color #B38500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38500 is #4C7AFF. Grayscale: #848484. Windows color (decimal): -5012224 or 34227. OLE color: 34227.

HSL color Cylindrical-coordinate representation of color #B38500: hue angle of 44.58º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B38500 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 133 0 -
CMYK 0 0.26 1 0.30
HSL 44.58º 1% 0.35% -
HSV(B) 44.58º 1% 0.7% -
XYZ 26.98 26.36 3.67 -
YUV 131.59 53.74 161.81 -
System Red Green Blue C M Y K H S L
Decimal 179 133 0 0 0.26 1 0.30 44.58 1 0.35
Hex B3 85 0 0 1A 64 1E 2D 64 23
Octal 263 205 0 0 32 144 36 55 144 43
Binary 10110011 10000101 0 0 11010 1100100 11110 101101 1100100 100011

Color Harmonies of #B38500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38500

Black with #B38500

Text Example


Text Example

White with #B38500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38500; }

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

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

background-color css

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

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

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

border-color css

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

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

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