Html Css Color HEX #B19B2F Sahara

📋 copy color: '#B19B2F'

red 177 ◦ green 155 ◦ blue 47

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

Shades of Sahara #B19B2F

Tints of Sahara #B19B2F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.9%

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

R = 46.7%
G = 40.9%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B19B2F (or 0xB19B2F) is known color: Sahara. HEX triplet: B1, 9B and 2F. RGB value is (177,155,47). Sum of RGB (Red+Green+Blue) = 177+155+47=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 47 (18.75% from 255 or 12.40% from 379); Max value from RGB is 177 - color contains mainly: red. Hex color #B19B2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19B2F is #4E64D0. Grayscale: #959595. Windows color (decimal): -5137617 or 3120049. OLE color: 3120049.

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

Color convert

RGB 177 155 47 -
CMYK 0 0.12 0.73 0.31
HSL 49.85º 0.58% 0.44% -
HSV(B) 49.85º 0.73% 0.69% -
XYZ 30.37 33 7.46 -
YUV 149.27 70.29 147.78 -
System Red Green Blue C M Y K H S L
Decimal 177 155 47 0 0.12 0.73 0.31 49.85 0.58 0.44
Hex B1 9B 2F 0 C 49 1F 32 3A 2C
Octal 261 233 57 0 14 111 37 62 72 54
Binary 10110001 10011011 101111 0 1100 1001001 11111 110010 111010 101100

Color Harmonies of #B19B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19B2F

Black with #B19B2F

Text Example


Text Example

White with #B19B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19B2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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