Html Css Color HEX #B19A30 Sahara

📋 copy color: '#B19A30'

red 177 ◦ green 154 ◦ blue 48

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

Shades of Sahara #B19A30

Tints of Sahara #B19A30

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.63%

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

R = 46.7%
G = 40.63%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B19A30 (or 0xB19A30) is known color: Sahara. HEX triplet: B1, 9A and 30. RGB value is (177,154,48). Sum of RGB (Red+Green+Blue) = 177+154+48=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 154 (60.55% from 255 or 40.63% from 379); Blue value is 48 (19.14% from 255 or 12.66% from 379); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19A30 is #4E65CF. Grayscale: #959595. Windows color (decimal): -5137872 or 3185329. OLE color: 3185329.

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

Color convert

RGB 177 154 48 -
CMYK 0 0.13 0.73 0.31
HSL 49.3º 0.57% 0.44% -
HSV(B) 49.3º 0.73% 0.69% -
XYZ 30.22 32.67 7.51 -
YUV 148.79 71.12 148.12 -
System Red Green Blue C M Y K H S L
Decimal 177 154 48 0 0.13 0.73 0.31 49.3 0.57 0.44
Hex B1 9A 30 0 D 49 1F 31 39 2C
Octal 261 232 60 0 15 111 37 61 71 54
Binary 10110001 10011010 110000 0 1101 1001001 11111 110001 111001 101100

Color Harmonies of #B19A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19A30

Black with #B19A30

Text Example


Text Example

White with #B19A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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