Html Css Color HEX #B19121 Sahara

📋 copy color: '#B19121'

red 177 ◦ green 145 ◦ blue 33

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

Shades of Sahara #B19121

Tints of Sahara #B19121

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.85%

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

R = 49.86%
G = 40.85%
B = 9.3%

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

#B19121 (or 0xB19121) is known color: Sahara. HEX triplet: B1, 91 and 21. RGB value is (177,145,33). Sum of RGB (Red+Green+Blue) = 177+145+33=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 145 (57.03% from 255 or 40.85% from 355); Blue value is 33 (13.28% from 255 or 9.30% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B19121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19121 is #4E6EDE. Grayscale: #8E8E8E. Windows color (decimal): -5140191 or 2199985. OLE color: 2199985.

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

Color convert

RGB 177 145 33 -
CMYK 0 0.18 0.81 0.31
HSL 46.67º 0.69% 0.41% -
HSV(B) 46.67º 0.81% 0.69% -
XYZ 28.53 29.71 5.67 -
YUV 141.8 66.6 153.11 -
System Red Green Blue C M Y K H S L
Decimal 177 145 33 0 0.18 0.81 0.31 46.67 0.69 0.41
Hex B1 91 21 0 12 51 1F 2F 45 29
Octal 261 221 41 0 22 121 37 57 105 51
Binary 10110001 10010001 100001 0 10010 1010001 11111 101111 1000101 101001

Color Harmonies of #B19121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19121

Black with #B19121

Text Example


Text Example

White with #B19121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19121; }

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

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

background-color css

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

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

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

border-color css

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

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

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