Html Css Color HEX #B59A2E Sahara

📋 copy color: '#B59A2E'

red 181 ◦ green 154 ◦ blue 46

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

Shades of Sahara #B59A2E

Tints of Sahara #B59A2E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.42%

 BLUE value IS 46 (18.36% from 255) = 12.07%

R = 47.51%
G = 40.42%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B59A2E (or 0xB59A2E) is known color: Sahara. HEX triplet: B5, 9A and 2E. RGB value is (181,154,46). Sum of RGB (Red+Green+Blue) = 181+154+46=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 154 (60.55% from 255 or 40.42% from 381); Blue value is 46 (18.36% from 255 or 12.07% from 381); Max value from RGB is 181 - color contains mainly: red. Hex color #B59A2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59A2E is #4A65D1. Grayscale: #969696. Windows color (decimal): -4875730 or 3054261. OLE color: 3054261.

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

Color convert

RGB 181 154 46 -
CMYK 0 0.15 0.75 0.29
HSL 48º 0.59% 0.45% -
HSV(B) 48º 0.75% 0.71% -
XYZ 31.1 33.13 7.34 -
YUV 149.76 69.45 150.28 -
System Red Green Blue C M Y K H S L
Decimal 181 154 46 0 0.15 0.75 0.29 48 0.59 0.45
Hex B5 9A 2E 0 F 4B 1D 30 3B 2D
Octal 265 232 56 0 17 113 35 60 73 55
Binary 10110101 10011010 101110 0 1111 1001011 11101 110000 111011 101101

Color Harmonies of #B59A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59A2E

Black with #B59A2E

Text Example


Text Example

White with #B59A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59A2E; }

 p { color: rgb(181,154,46); }

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

background-color css

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

 a { background-color: rgb(181,154,46); }

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

border-color css

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

 span { border-color: rgb(181,154,46); }

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