Html Css Color HEX #B18C1C Sahara

📋 copy color: '#B18C1C'

red 177 ◦ green 140 ◦ blue 28

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

Shades of Sahara #B18C1C

Tints of Sahara #B18C1C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.58%

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

R = 51.3%
G = 40.58%
B = 8.12%

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

#B18C1C (or 0xB18C1C) is known color: Sahara. HEX triplet: B1, 8C and 1C. RGB value is (177,140,28). Sum of RGB (Red+Green+Blue) = 177+140+28=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 140 (55.08% from 255 or 40.58% from 345); Blue value is 28 (11.33% from 255 or 8.12% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B18C1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18C1C is #4E73E3. Grayscale: #8A8A8A. Windows color (decimal): -5141476 or 1871025. OLE color: 1871025.

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

Color convert

RGB 177 140 28 -
CMYK 0 0.21 0.84 0.31
HSL 45.1º 0.73% 0.4% -
HSV(B) 45.1º 0.84% 0.69% -
XYZ 27.72 28.19 5.08 -
YUV 138.3 65.76 155.61 -
System Red Green Blue C M Y K H S L
Decimal 177 140 28 0 0.21 0.84 0.31 45.1 0.73 0.4
Hex B1 8C 1C 0 15 54 1F 2D 49 28
Octal 261 214 34 0 25 124 37 55 111 50
Binary 10110001 10001100 11100 0 10101 1010100 11111 101101 1001001 101000

Color Harmonies of #B18C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18C1C

Black with #B18C1C

Text Example


Text Example

White with #B18C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18C1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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