Html Css Color HEX #B19932 Sahara

📋 copy color: '#B19932'

red 177 ◦ green 153 ◦ blue 50

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

Shades of Sahara #B19932

Tints of Sahara #B19932

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.26%

 BLUE value IS 50 (19.92% from 255) = 13.16%

R = 46.58%
G = 40.26%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B19932 (or 0xB19932) is known color: Sahara. HEX triplet: B1, 99 and 32. RGB value is (177,153,50). Sum of RGB (Red+Green+Blue) = 177+153+50=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 50 (19.92% from 255 or 13.16% from 380); Max value from RGB is 177 - color contains mainly: red. Hex color #B19932 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19932 is #4E66CD. Grayscale: #949494. Windows color (decimal): -5138126 or 3316145. OLE color: 3316145.

HSL color Cylindrical-coordinate representation of color #B19932: hue angle of 48.66º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B19932 is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 153 50 -
CMYK 0 0.14 0.72 0.31
HSL 48.66º 0.56% 0.45% -
HSV(B) 48.66º 0.72% 0.69% -
XYZ 30.1 32.36 7.68 -
YUV 148.43 72.45 148.38 -
System Red Green Blue C M Y K H S L
Decimal 177 153 50 0 0.14 0.72 0.31 48.66 0.56 0.45
Hex B1 99 32 0 E 48 1F 31 38 2D
Octal 261 231 62 0 16 110 37 61 70 55
Binary 10110001 10011001 110010 0 1110 1001000 11111 110001 111000 101101

Color Harmonies of #B19932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19932

Black with #B19932

Text Example


Text Example

White with #B19932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19932; }

 p { color: rgb(177,153,50); }

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

background-color css

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

 a { background-color: rgb(177,153,50); }

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

border-color css

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

 span { border-color: rgb(177,153,50); }

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