Html Css Color HEX #B59A2D Sahara

📋 copy color: '#B59A2D'

red 181 ◦ green 154 ◦ blue 45

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

Shades of Sahara #B59A2D

Tints of Sahara #B59A2D

RGB

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

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

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

R = 47.63%
G = 40.53%
B = 11.84%

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

#B59A2D (or 0xB59A2D) is known color: Sahara. HEX triplet: B5, 9A and 2D. RGB value is (181,154,45). Sum of RGB (Red+Green+Blue) = 181+154+45=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 154 (60.55% from 255 or 40.53% from 380); Blue value is 45 (17.97% from 255 or 11.84% from 380); Max value from RGB is 181 - color contains mainly: red. Hex color #B59A2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59A2D is #4A65D2. Grayscale: #969696. Windows color (decimal): -4875731 or 2988725. OLE color: 2988725.

HSL color Cylindrical-coordinate representation of color #B59A2D: hue angle of 48.09º 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 #B59A2D is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 154 45 -
CMYK 0 0.15 0.75 0.29
HSL 48.09º 0.6% 0.44% -
HSV(B) 48.09º 0.75% 0.71% -
XYZ 31.09 33.12 7.24 -
YUV 149.65 68.95 150.36 -
System Red Green Blue C M Y K H S L
Decimal 181 154 45 0 0.15 0.75 0.29 48.09 0.6 0.44
Hex B5 9A 2D 0 F 4B 1D 30 3C 2C
Octal 265 232 55 0 17 113 35 60 74 54
Binary 10110101 10011010 101101 0 1111 1001011 11101 110000 111100 101100

Color Harmonies of #B59A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59A2D

Black with #B59A2D

Text Example


Text Example

White with #B59A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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