Html Css Color HEX #B49922 Sahara

📋 copy color: '#B49922'

red 180 ◦ green 153 ◦ blue 34

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

Shades of Sahara #B49922

Tints of Sahara #B49922

RGB

 RED value IS 180 (70.7% from 255) = 49.05%

 GREEN value IS 153 (60.16% from 255) = 41.69%

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

R = 49.05%
G = 41.69%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B49922 (or 0xB49922) is known color: Sahara. HEX triplet: B4, 99 and 22. RGB value is (180,153,34). Sum of RGB (Red+Green+Blue) = 180+153+34=367 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.05% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 34 (13.67% from 255 or 9.26% from 367); Max value from RGB is 180 - color contains mainly: red. Hex color #B49922 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49922 is #4B66DD. Grayscale: #949494. Windows color (decimal): -4941534 or 2267572. OLE color: 2267572.

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

Color convert

RGB 180 153 34 -
CMYK 0 0.15 0.81 0.29
HSL 48.9º 0.68% 0.42% -
HSV(B) 48.9º 0.81% 0.71% -
XYZ 30.5 32.6 6.2 -
YUV 147.51 63.95 151.18 -
System Red Green Blue C M Y K H S L
Decimal 180 153 34 0 0.15 0.81 0.29 48.9 0.68 0.42
Hex B4 99 22 0 F 51 1D 31 44 2A
Octal 264 231 42 0 17 121 35 61 104 52
Binary 10110100 10011001 100010 0 1111 1010001 11101 110001 1000100 101010

Color Harmonies of #B49922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49922

Black with #B49922

Text Example


Text Example

White with #B49922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49922; }

 p { color: rgb(180,153,34); }

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

background-color css

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

 a { background-color: rgb(180,153,34); }

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

border-color css

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

 span { border-color: rgb(180,153,34); }

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