Html Css Color HEX #B59422 Sahara

📋 copy color: '#B59422'

red 181 ◦ green 148 ◦ blue 34

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

Shades of Sahara #B59422

Tints of Sahara #B59422

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.77%

 BLUE value IS 34 (13.67% from 255) = 9.37%

R = 49.86%
G = 40.77%
B = 9.37%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B59422 (or 0xB59422) is known color: Sahara. HEX triplet: B5, 94 and 22. RGB value is (181,148,34). Sum of RGB (Red+Green+Blue) = 181+148+34=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 148 (58.20% from 255 or 40.77% from 363); Blue value is 34 (13.67% from 255 or 9.37% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B59422 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B59422 is #4A6BDD. Grayscale: #919191. Windows color (decimal): -4877278 or 2266293. OLE color: 2266293.

HSL color Cylindrical-coordinate representation of color #B59422: hue angle of 46.53º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B59422 is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 148 34 -
CMYK 0 0.18 0.81 0.29
HSL 46.53º 0.68% 0.42% -
HSV(B) 46.53º 0.81% 0.71% -
XYZ 29.93 31.12 5.94 -
YUV 144.87 65.43 153.77 -
System Red Green Blue C M Y K H S L
Decimal 181 148 34 0 0.18 0.81 0.29 46.53 0.68 0.42
Hex B5 94 22 0 12 51 1D 2F 44 2A
Octal 265 224 42 0 22 121 35 57 104 52
Binary 10110101 10010100 100010 0 10010 1010001 11101 101111 1000100 101010

Color Harmonies of #B59422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59422

Black with #B59422

Text Example


Text Example

White with #B59422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59422; }

 p { color: rgb(181,148,34); }

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

background-color css

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

 a { background-color: rgb(181,148,34); }

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

border-color css

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

 span { border-color: rgb(181,148,34); }

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