Html Css Color HEX #B19630 Sahara

📋 copy color: '#B19630'

red 177 ◦ green 150 ◦ blue 48

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

Shades of Sahara #B19630

Tints of Sahara #B19630

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40%

 BLUE value IS 48 (19.14% from 255) = 12.8%

R = 47.2%
G = 40%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B19630 (or 0xB19630) is known color: Sahara. HEX triplet: B1, 96 and 30. RGB value is (177,150,48). Sum of RGB (Red+Green+Blue) = 177+150+48=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 48 (19.14% from 255 or 12.8% from 375); Max value from RGB is 177 - color contains mainly: red. Hex color #B19630 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19630 is #4E69CF. Grayscale: #929292. Windows color (decimal): -5138896 or 3184305. OLE color: 3184305.

HSL color Cylindrical-coordinate representation of color #B19630: hue angle of 47.44º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B19630 is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 150 48 -
CMYK 0 0.15 0.73 0.31
HSL 47.44º 0.57% 0.44% -
HSV(B) 47.44º 0.73% 0.69% -
XYZ 29.57 31.37 7.29 -
YUV 146.45 72.45 149.79 -
System Red Green Blue C M Y K H S L
Decimal 177 150 48 0 0.15 0.73 0.31 47.44 0.57 0.44
Hex B1 96 30 0 F 49 1F 2F 39 2C
Octal 261 226 60 0 17 111 37 57 71 54
Binary 10110001 10010110 110000 0 1111 1001001 11111 101111 111001 101100

Color Harmonies of #B19630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19630

Black with #B19630

Text Example


Text Example

White with #B19630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19630; }

 p { color: rgb(177,150,48); }

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

background-color css

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

 a { background-color: rgb(177,150,48); }

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

border-color css

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

 span { border-color: rgb(177,150,48); }

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