Html Css Color HEX #B19E2D Sahara

📋 copy color: '#B19E2D'

red 177 ◦ green 158 ◦ blue 45

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

Shades of Sahara #B19E2D

Tints of Sahara #B19E2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.84%

R = 46.58%
G = 41.58%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B19E2D (or 0xB19E2D) is known color: Sahara. HEX triplet: B1, 9E and 2D. RGB value is (177,158,45). Sum of RGB (Red+Green+Blue) = 177+158+45=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 158 (62.11% from 255 or 41.58% from 380); Blue value is 45 (17.97% from 255 or 11.84% from 380); Max value from RGB is 177 - color contains mainly: red. Hex color #B19E2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19E2D is #4E61D2. Grayscale: #979797. Windows color (decimal): -5136851 or 2989745. OLE color: 2989745.

HSL color Cylindrical-coordinate representation of color #B19E2D: hue angle of 51.36º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B19E2D is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 158 45 -
CMYK 0 0.11 0.75 0.31
HSL 51.36º 0.59% 0.44% -
HSV(B) 51.36º 0.75% 0.69% -
XYZ 30.83 33.99 7.42 -
YUV 150.8 68.29 146.69 -
System Red Green Blue C M Y K H S L
Decimal 177 158 45 0 0.11 0.75 0.31 51.36 0.59 0.44
Hex B1 9E 2D 0 B 4B 1F 33 3B 2C
Octal 261 236 55 0 13 113 37 63 73 54
Binary 10110001 10011110 101101 0 1011 1001011 11111 110011 111011 101100

Color Harmonies of #B19E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19E2D

Black with #B19E2D

Text Example


Text Example

White with #B19E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19E2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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