Html Css Color HEX #B48D1E Sahara

📋 copy color: '#B48D1E'

red 180 ◦ green 141 ◦ blue 30

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

Shades of Sahara #B48D1E

Tints of Sahara #B48D1E

RGB

 RED value IS 180 (70.7% from 255) = 51.28%

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

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

R = 51.28%
G = 40.17%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B48D1E (or 0xB48D1E) is known color: Sahara. HEX triplet: B4, 8D and 1E. RGB value is (180,141,30). Sum of RGB (Red+Green+Blue) = 180+141+30=351 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.28% from 351); Green value is 141 (55.47% from 255 or 40.17% from 351); Blue value is 30 (12.11% from 255 or 8.55% from 351); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48D1E is #4B72E1. Grayscale: #8C8C8C. Windows color (decimal): -4944610 or 2002356. OLE color: 2002356.

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

Color convert

RGB 180 141 30 -
CMYK 0 0.22 0.83 0.29
HSL 44.4º 0.71% 0.41% -
HSV(B) 44.4º 0.83% 0.71% -
XYZ 28.58 28.85 5.29 -
YUV 140.01 65.92 156.53 -
System Red Green Blue C M Y K H S L
Decimal 180 141 30 0 0.22 0.83 0.29 44.4 0.71 0.41
Hex B4 8D 1E 0 16 53 1D 2C 47 29
Octal 264 215 36 0 26 123 35 54 107 51
Binary 10110100 10001101 11110 0 10110 1010011 11101 101100 1000111 101001

Color Harmonies of #B48D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48D1E

Black with #B48D1E

Text Example


Text Example

White with #B48D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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