Html Css Color HEX #B19221 Sahara

📋 copy color: '#B19221'

red 177 ◦ green 146 ◦ blue 33

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

Shades of Sahara #B19221

Tints of Sahara #B19221

RGB

 RED value IS 177 (69.53% from 255) = 49.72%

 GREEN value IS 146 (57.42% from 255) = 41.01%

 BLUE value IS 33 (13.28% from 255) = 9.27%

R = 49.72%
G = 41.01%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B19221 (or 0xB19221) is known color: Sahara. HEX triplet: B1, 92 and 21. RGB value is (177,146,33). Sum of RGB (Red+Green+Blue) = 177+146+33=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 146 (57.42% from 255 or 41.01% from 356); Blue value is 33 (13.28% from 255 or 9.27% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B19221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19221 is #4E6DDE. Grayscale: #8E8E8E. Windows color (decimal): -5139935 or 2200241. OLE color: 2200241.

HSL color Cylindrical-coordinate representation of color #B19221: hue angle of 47.08º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B19221 is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 146 33 -
CMYK 0 0.18 0.81 0.31
HSL 47.08º 0.69% 0.41% -
HSV(B) 47.08º 0.81% 0.69% -
XYZ 28.68 30.01 5.72 -
YUV 142.39 66.27 152.69 -
System Red Green Blue C M Y K H S L
Decimal 177 146 33 0 0.18 0.81 0.31 47.08 0.69 0.41
Hex B1 92 21 0 12 51 1F 2F 45 29
Octal 261 222 41 0 22 121 37 57 105 51
Binary 10110001 10010010 100001 0 10010 1010001 11111 101111 1000101 101001

Color Harmonies of #B19221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19221

Black with #B19221

Text Example


Text Example

White with #B19221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19221; }

 p { color: rgb(177,146,33); }

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

background-color css

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

 a { background-color: rgb(177,146,33); }

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

border-color css

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

 span { border-color: rgb(177,146,33); }

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