Html Css Color HEX #B18F1E Sahara

📋 copy color: '#B18F1E'

red 177 ◦ green 143 ◦ blue 30

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

Shades of Sahara #B18F1E

Tints of Sahara #B18F1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.57%

R = 50.57%
G = 40.86%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B18F1E (or 0xB18F1E) is known color: Sahara. HEX triplet: B1, 8F and 1E. RGB value is (177,143,30). Sum of RGB (Red+Green+Blue) = 177+143+30=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 143 (56.25% from 255 or 40.86% from 350); Blue value is 30 (12.11% from 255 or 8.57% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18F1E is #4E70E1. Grayscale: #8C8C8C. Windows color (decimal): -5140706 or 2002865. OLE color: 2002865.

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

Color convert

RGB 177 143 30 -
CMYK 0 0.19 0.83 0.31
HSL 46.12º 0.71% 0.41% -
HSV(B) 46.12º 0.83% 0.69% -
XYZ 28.19 29.09 5.36 -
YUV 140.28 65.76 154.19 -
System Red Green Blue C M Y K H S L
Decimal 177 143 30 0 0.19 0.83 0.31 46.12 0.71 0.41
Hex B1 8F 1E 0 13 53 1F 2E 47 29
Octal 261 217 36 0 23 123 37 56 107 51
Binary 10110001 10001111 11110 0 10011 1010011 11111 101110 1000111 101001

Color Harmonies of #B18F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18F1E

Black with #B18F1E

Text Example


Text Example

White with #B18F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18F1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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