Html Css Color HEX #B18B1D Sahara

📋 copy color: '#B18B1D'

red 177 ◦ green 139 ◦ blue 29

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

Shades of Sahara #B18B1D

Tints of Sahara #B18B1D

RGB

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

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

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

R = 51.3%
G = 40.29%
B = 8.41%

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

#B18B1D (or 0xB18B1D) is known color: Sahara. HEX triplet: B1, 8B and 1D. RGB value is (177,139,29). Sum of RGB (Red+Green+Blue) = 177+139+29=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 139 (54.69% from 255 or 40.29% from 345); Blue value is 29 (11.72% from 255 or 8.41% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B18B1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18B1D is #4E74E2. Grayscale: #8A8A8A. Windows color (decimal): -5141731 or 1936305. OLE color: 1936305.

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

Color convert

RGB 177 139 29 -
CMYK 0 0.21 0.84 0.31
HSL 44.59º 0.72% 0.4% -
HSV(B) 44.59º 0.84% 0.69% -
XYZ 27.59 27.9 5.09 -
YUV 137.82 66.59 155.94 -
System Red Green Blue C M Y K H S L
Decimal 177 139 29 0 0.21 0.84 0.31 44.59 0.72 0.4
Hex B1 8B 1D 0 15 54 1F 2D 48 28
Octal 261 213 35 0 25 124 37 55 110 50
Binary 10110001 10001011 11101 0 10101 1010100 11111 101101 1001000 101000

Color Harmonies of #B18B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18B1D

Black with #B18B1D

Text Example


Text Example

White with #B18B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18B1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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