Html Css Color HEX #B18D1E Sahara

📋 copy color: '#B18D1E'

red 177 ◦ green 141 ◦ blue 30

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

Shades of Sahara #B18D1E

Tints of Sahara #B18D1E

RGB

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

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

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

R = 50.86%
G = 40.52%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B18D1E (or 0xB18D1E) is known color: Sahara. HEX triplet: B1, 8D and 1E. RGB value is (177,141,30). Sum of RGB (Red+Green+Blue) = 177+141+30=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 141 (55.47% from 255 or 40.52% from 348); Blue value is 30 (12.11% from 255 or 8.62% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18D1E is #4E72E1. Grayscale: #8B8B8B. Windows color (decimal): -5141218 or 2002353. OLE color: 2002353.

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

Color convert

RGB 177 141 30 -
CMYK 0 0.20 0.83 0.31
HSL 45.31º 0.71% 0.41% -
HSV(B) 45.31º 0.83% 0.69% -
XYZ 27.89 28.49 5.26 -
YUV 139.11 66.43 155.03 -
System Red Green Blue C M Y K H S L
Decimal 177 141 30 0 0.20 0.83 0.31 45.31 0.71 0.41
Hex B1 8D 1E 0 14 53 1F 2D 47 29
Octal 261 215 36 0 24 123 37 55 107 51
Binary 10110001 10001101 11110 0 10100 1010011 11111 101101 1000111 101001

Color Harmonies of #B18D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18D1E

Black with #B18D1E

Text Example


Text Example

White with #B18D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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