Html Css Color HEX #B19521 Sahara

📋 copy color: '#B19521'

red 177 ◦ green 149 ◦ blue 33

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

Shades of Sahara #B19521

Tints of Sahara #B19521

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.5%

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

R = 49.3%
G = 41.5%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B19521 (or 0xB19521) is known color: Sahara. HEX triplet: B1, 95 and 21. RGB value is (177,149,33). Sum of RGB (Red+Green+Blue) = 177+149+33=359 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.30% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 33 (13.28% from 255 or 9.19% from 359); Max value from RGB is 177 - color contains mainly: red. Hex color #B19521 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19521 is #4E6ADE. Grayscale: #909090. Windows color (decimal): -5139167 or 2201009. OLE color: 2201009.

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

Color convert

RGB 177 149 33 -
CMYK 0 0.16 0.81 0.31
HSL 48.33º 0.69% 0.41% -
HSV(B) 48.33º 0.81% 0.69% -
XYZ 29.15 30.95 5.88 -
YUV 144.15 65.28 151.43 -
System Red Green Blue C M Y K H S L
Decimal 177 149 33 0 0.16 0.81 0.31 48.33 0.69 0.41
Hex B1 95 21 0 10 51 1F 30 45 29
Octal 261 225 41 0 20 121 37 60 105 51
Binary 10110001 10010101 100001 0 10000 1010001 11111 110000 1000101 101001

Color Harmonies of #B19521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19521

Black with #B19521

Text Example


Text Example

White with #B19521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19521; }

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

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

background-color css

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

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

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

border-color css

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

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

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