Html Css Color HEX #B59E2D Sahara

📋 copy color: '#B59E2D'

red 181 ◦ green 158 ◦ blue 45

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

Shades of Sahara #B59E2D

Tints of Sahara #B59E2D

RGB

 RED value IS 181 (71.09% from 255) = 47.14%

 GREEN value IS 158 (62.11% from 255) = 41.15%

 BLUE value IS 45 (17.97% from 255) = 11.72%

R = 47.14%
G = 41.15%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B59E2D (or 0xB59E2D) is known color: Sahara. HEX triplet: B5, 9E and 2D. RGB value is (181,158,45). Sum of RGB (Red+Green+Blue) = 181+158+45=384 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.14% from 384); Green value is 158 (62.11% from 255 or 41.15% from 384); Blue value is 45 (17.97% from 255 or 11.72% from 384); Max value from RGB is 181 - color contains mainly: red. Hex color #B59E2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59E2D is #4A61D2. Grayscale: #989898. Windows color (decimal): -4874707 or 2989749. OLE color: 2989749.

HSL color Cylindrical-coordinate representation of color #B59E2D: hue angle of 49.85º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B59E2D is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 158 45 -
CMYK 0 0.13 0.75 0.29
HSL 49.85º 0.6% 0.44% -
HSV(B) 49.85º 0.75% 0.71% -
XYZ 31.76 34.47 7.46 -
YUV 152 67.62 148.69 -
System Red Green Blue C M Y K H S L
Decimal 181 158 45 0 0.13 0.75 0.29 49.85 0.6 0.44
Hex B5 9E 2D 0 D 4B 1D 32 3C 2C
Octal 265 236 55 0 15 113 35 62 74 54
Binary 10110101 10011110 101101 0 1101 1001011 11101 110010 111100 101100

Color Harmonies of #B59E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59E2D

Black with #B59E2D

Text Example


Text Example

White with #B59E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59E2D; }

 p { color: rgb(181,158,45); }

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

background-color css

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

 a { background-color: rgb(181,158,45); }

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

border-color css

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

 span { border-color: rgb(181,158,45); }

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