Html Css Color HEX #B49730 Sahara

📋 copy color: '#B49730'

red 180 ◦ green 151 ◦ blue 48

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

Shades of Sahara #B49730

Tints of Sahara #B49730

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.84%

 BLUE value IS 48 (19.14% from 255) = 12.66%

R = 47.49%
G = 39.84%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B49730 (or 0xB49730) is known color: Sahara. HEX triplet: B4, 97 and 30. RGB value is (180,151,48). Sum of RGB (Red+Green+Blue) = 180+151+48=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 151 (59.38% from 255 or 39.84% from 379); Blue value is 48 (19.14% from 255 or 12.66% from 379); Max value from RGB is 180 - color contains mainly: red. Hex color #B49730 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49730 is #4B68CF. Grayscale: #949494. Windows color (decimal): -4942032 or 3184564. OLE color: 3184564.

HSL color Cylindrical-coordinate representation of color #B49730: hue angle of 46.82º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B49730 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 151 48 -
CMYK 0 0.16 0.73 0.29
HSL 46.82º 0.58% 0.45% -
HSV(B) 46.82º 0.73% 0.71% -
XYZ 30.42 32.05 7.38 -
YUV 147.93 71.61 150.88 -
System Red Green Blue C M Y K H S L
Decimal 180 151 48 0 0.16 0.73 0.29 46.82 0.58 0.45
Hex B4 97 30 0 10 49 1D 2F 3A 2D
Octal 264 227 60 0 20 111 35 57 72 55
Binary 10110100 10010111 110000 0 10000 1001001 11101 101111 111010 101101

Color Harmonies of #B49730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49730

Black with #B49730

Text Example


Text Example

White with #B49730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49730; }

 p { color: rgb(180,151,48); }

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

background-color css

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

 a { background-color: rgb(180,151,48); }

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

border-color css

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

 span { border-color: rgb(180,151,48); }

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