Html Css Color HEX #B18B1C Sahara

📋 copy color: '#B18B1C'

red 177 ◦ green 139 ◦ blue 28

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

Shades of Sahara #B18B1C

Tints of Sahara #B18B1C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 40.41%

 BLUE value IS 28 (11.33% from 255) = 8.14%

R = 51.45%
G = 40.41%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B18B1C (or 0xB18B1C) is known color: Sahara. HEX triplet: B1, 8B and 1C. RGB value is (177,139,28). Sum of RGB (Red+Green+Blue) = 177+139+28=344 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.45% from 344); Green value is 139 (54.69% from 255 or 40.41% from 344); Blue value is 28 (11.33% from 255 or 8.14% from 344); Max value from RGB is 177 - color contains mainly: red. Hex color #B18B1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18B1C is #4E74E3. Grayscale: #8A8A8A. Windows color (decimal): -5141732 or 1870769. OLE color: 1870769.

HSL color Cylindrical-coordinate representation of color #B18B1C: hue angle of 44.7º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B18B1C is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 139 28 -
CMYK 0 0.21 0.84 0.31
HSL 44.7º 0.73% 0.4% -
HSV(B) 44.7º 0.84% 0.69% -
XYZ 27.57 27.9 5.03 -
YUV 137.71 66.09 156.03 -
System Red Green Blue C M Y K H S L
Decimal 177 139 28 0 0.21 0.84 0.31 44.7 0.73 0.4
Hex B1 8B 1C 0 15 54 1F 2D 49 28
Octal 261 213 34 0 25 124 37 55 111 50
Binary 10110001 10001011 11100 0 10101 1010100 11111 101101 1001001 101000

Color Harmonies of #B18B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18B1C

Black with #B18B1C

Text Example


Text Example

White with #B18B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18B1C; }

 p { color: rgb(177,139,28); }

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

background-color css

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

 a { background-color: rgb(177,139,28); }

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

border-color css

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

 span { border-color: rgb(177,139,28); }

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