Html Css Color HEX #B18E1D Sahara

📋 copy color: '#B18E1D'

red 177 ◦ green 142 ◦ blue 29

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

Shades of Sahara #B18E1D

Tints of Sahara #B18E1D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40.8%

 BLUE value IS 29 (11.72% from 255) = 8.33%

R = 50.86%
G = 40.8%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B18E1D (or 0xB18E1D) is known color: Sahara. HEX triplet: B1, 8E and 1D. RGB value is (177,142,29). Sum of RGB (Red+Green+Blue) = 177+142+29=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 142 (55.86% from 255 or 40.80% from 348); Blue value is 29 (11.72% from 255 or 8.33% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B18E1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18E1D is #4E71E2. Grayscale: #8C8C8C. Windows color (decimal): -5140963 or 1937073. OLE color: 1937073.

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

Color convert

RGB 177 142 29 -
CMYK 0 0.20 0.84 0.31
HSL 45.81º 0.72% 0.4% -
HSV(B) 45.81º 0.84% 0.69% -
XYZ 28.03 28.78 5.24 -
YUV 139.58 65.6 154.69 -
System Red Green Blue C M Y K H S L
Decimal 177 142 29 0 0.20 0.84 0.31 45.81 0.72 0.4
Hex B1 8E 1D 0 14 54 1F 2E 48 28
Octal 261 216 35 0 24 124 37 56 110 50
Binary 10110001 10001110 11101 0 10100 1010100 11111 101110 1001000 101000

Color Harmonies of #B18E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18E1D

Black with #B18E1D

Text Example


Text Example

White with #B18E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18E1D; }

 p { color: rgb(177,142,29); }

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

background-color css

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

 a { background-color: rgb(177,142,29); }

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

border-color css

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

 span { border-color: rgb(177,142,29); }

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