Html Css Color HEX #B19A2F Sahara

📋 copy color: '#B19A2F'

red 177 ◦ green 154 ◦ blue 47

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

Shades of Sahara #B19A2F

Tints of Sahara #B19A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.43%

R = 46.83%
G = 40.74%
B = 12.43%

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

#B19A2F (or 0xB19A2F) is known color: Sahara. HEX triplet: B1, 9A and 2F. RGB value is (177,154,47). Sum of RGB (Red+Green+Blue) = 177+154+47=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 47 (18.75% from 255 or 12.43% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19A2F is #4E65D0. Grayscale: #959595. Windows color (decimal): -5137873 or 3119793. OLE color: 3119793.

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

Color convert

RGB 177 154 47 -
CMYK 0 0.13 0.73 0.31
HSL 49.38º 0.58% 0.44% -
HSV(B) 49.38º 0.73% 0.69% -
XYZ 30.2 32.66 7.4 -
YUV 148.68 70.62 148.2 -
System Red Green Blue C M Y K H S L
Decimal 177 154 47 0 0.13 0.73 0.31 49.38 0.58 0.44
Hex B1 9A 2F 0 D 49 1F 31 3A 2C
Octal 261 232 57 0 15 111 37 61 72 54
Binary 10110001 10011010 101111 0 1101 1001001 11111 110001 111010 101100

Color Harmonies of #B19A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19A2F

Black with #B19A2F

Text Example


Text Example

White with #B19A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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