Html Css Color HEX #B19422 Sahara

📋 copy color: '#B19422'

red 177 ◦ green 148 ◦ blue 34

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

Shades of Sahara #B19422

Tints of Sahara #B19422

RGB

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

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

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

R = 49.3%
G = 41.23%
B = 9.47%

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

#B19422 (or 0xB19422) is known color: Sahara. HEX triplet: B1, 94 and 22. RGB value is (177,148,34). Sum of RGB (Red+Green+Blue) = 177+148+34=359 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.30% from 359); Green value is 148 (58.20% from 255 or 41.23% from 359); Blue value is 34 (13.67% from 255 or 9.47% from 359); Max value from RGB is 177 - color contains mainly: red. Hex color #B19422 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19422 is #4E6BDD. Grayscale: #909090. Windows color (decimal): -5139422 or 2266289. OLE color: 2266289.

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

Color convert

RGB 177 148 34 -
CMYK 0 0.16 0.81 0.31
HSL 47.83º 0.68% 0.41% -
HSV(B) 47.83º 0.81% 0.69% -
XYZ 29.01 30.64 5.9 -
YUV 143.68 66.11 151.77 -
System Red Green Blue C M Y K H S L
Decimal 177 148 34 0 0.16 0.81 0.31 47.83 0.68 0.41
Hex B1 94 22 0 10 51 1F 30 44 29
Octal 261 224 42 0 20 121 37 60 104 51
Binary 10110001 10010100 100010 0 10000 1010001 11111 110000 1000100 101001

Color Harmonies of #B19422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19422

Black with #B19422

Text Example


Text Example

White with #B19422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19422; }

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

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

background-color css

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

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

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

border-color css

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

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

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