Html Css Color HEX #B18D1A Sahara

📋 copy color: '#B18D1A'

red 177 ◦ green 141 ◦ blue 26

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

Shades of Sahara #B18D1A

Tints of Sahara #B18D1A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.99%

 BLUE value IS 26 (10.55% from 255) = 7.56%

R = 51.45%
G = 40.99%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B18D1A (or 0xB18D1A) is known color: Sahara. HEX triplet: B1, 8D and 1A. RGB value is (177,141,26). Sum of RGB (Red+Green+Blue) = 177+141+26=344 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.45% from 344); Green value is 141 (55.47% from 255 or 40.99% from 344); Blue value is 26 (10.55% from 255 or 7.56% from 344); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18D1A is #4E72E5. Grayscale: #8B8B8B. Windows color (decimal): -5141222 or 1740209. OLE color: 1740209.

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

Color convert

RGB 177 141 26 -
CMYK 0 0.20 0.85 0.31
HSL 45.7º 0.74% 0.4% -
HSV(B) 45.7º 0.85% 0.69% -
XYZ 27.84 28.47 5.01 -
YUV 138.65 64.43 155.35 -
System Red Green Blue C M Y K H S L
Decimal 177 141 26 0 0.20 0.85 0.31 45.7 0.74 0.4
Hex B1 8D 1A 0 14 55 1F 2E 4A 28
Octal 261 215 32 0 24 125 37 56 112 50
Binary 10110001 10001101 11010 0 10100 1010101 11111 101110 1001010 101000

Color Harmonies of #B18D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18D1A

Black with #B18D1A

Text Example


Text Example

White with #B18D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18D1A; }

 p { color: rgb(177,141,26); }

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

background-color css

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

 a { background-color: rgb(177,141,26); }

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

border-color css

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

 span { border-color: rgb(177,141,26); }

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