Html Css Color HEX #B18F21 Sahara

📋 copy color: '#B18F21'

red 177 ◦ green 143 ◦ blue 33

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

Shades of Sahara #B18F21

Tints of Sahara #B18F21

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.51%

 BLUE value IS 33 (13.28% from 255) = 9.35%

R = 50.14%
G = 40.51%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B18F21 (or 0xB18F21) is known color: Sahara. HEX triplet: B1, 8F and 21. RGB value is (177,143,33). Sum of RGB (Red+Green+Blue) = 177+143+33=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 143 (56.25% from 255 or 40.51% from 353); Blue value is 33 (13.28% from 255 or 9.35% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18F21 is #4E70DE. Grayscale: #8D8D8D. Windows color (decimal): -5140703 or 2199473. OLE color: 2199473.

HSL color Cylindrical-coordinate representation of color #B18F21: hue angle of 45.83º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B18F21 is Cyan = 0, Magento = 0.19, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 143 33 -
CMYK 0 0.19 0.81 0.31
HSL 45.83º 0.69% 0.41% -
HSV(B) 45.83º 0.81% 0.69% -
XYZ 28.23 29.1 5.57 -
YUV 140.63 67.26 153.94 -
System Red Green Blue C M Y K H S L
Decimal 177 143 33 0 0.19 0.81 0.31 45.83 0.69 0.41
Hex B1 8F 21 0 13 51 1F 2E 45 29
Octal 261 217 41 0 23 121 37 56 105 51
Binary 10110001 10001111 100001 0 10011 1010001 11111 101110 1000101 101001

Color Harmonies of #B18F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18F21

Black with #B18F21

Text Example


Text Example

White with #B18F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18F21; }

 p { color: rgb(177,143,33); }

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

background-color css

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

 a { background-color: rgb(177,143,33); }

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

border-color css

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

 span { border-color: rgb(177,143,33); }

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