Html Css Color HEX #B19E30 Sahara

📋 copy color: '#B19E30'

red 177 ◦ green 158 ◦ blue 48

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

Shades of Sahara #B19E30

Tints of Sahara #B19E30

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.25%

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

R = 46.21%
G = 41.25%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B19E30 (or 0xB19E30) is known color: Sahara. HEX triplet: B1, 9E and 30. RGB value is (177,158,48). Sum of RGB (Red+Green+Blue) = 177+158+48=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 158 (62.11% from 255 or 41.25% from 383); Blue value is 48 (19.14% from 255 or 12.53% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B19E30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19E30 is #4E61CF. Grayscale: #979797. Windows color (decimal): -5136848 or 3186353. OLE color: 3186353.

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

Color convert

RGB 177 158 48 -
CMYK 0 0.11 0.73 0.31
HSL 51.16º 0.57% 0.44% -
HSV(B) 51.16º 0.73% 0.69% -
XYZ 30.89 34.01 7.73 -
YUV 151.14 69.79 146.44 -
System Red Green Blue C M Y K H S L
Decimal 177 158 48 0 0.11 0.73 0.31 51.16 0.57 0.44
Hex B1 9E 30 0 B 49 1F 33 39 2C
Octal 261 236 60 0 13 111 37 63 71 54
Binary 10110001 10011110 110000 0 1011 1001001 11111 110011 111001 101100

Color Harmonies of #B19E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19E30

Black with #B19E30

Text Example


Text Example

White with #B19E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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