Html Css Color HEX #B49825 Sahara

📋 copy color: '#B49825'

red 180 ◦ green 152 ◦ blue 37

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

Shades of Sahara #B49825

Tints of Sahara #B49825

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.19%

 BLUE value IS 37 (14.84% from 255) = 10.03%

R = 48.78%
G = 41.19%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B49825 (or 0xB49825) is known color: Sahara. HEX triplet: B4, 98 and 25. RGB value is (180,152,37). Sum of RGB (Red+Green+Blue) = 180+152+37=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 152 (59.77% from 255 or 41.19% from 369); Blue value is 37 (14.84% from 255 or 10.03% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B49825 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49825 is #4B67DA. Grayscale: #939393. Windows color (decimal): -4941787 or 2463924. OLE color: 2463924.

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

Color convert

RGB 180 152 37 -
CMYK 0 0.16 0.79 0.29
HSL 48.25º 0.66% 0.43% -
HSV(B) 48.25º 0.79% 0.71% -
XYZ 30.38 32.29 6.38 -
YUV 147.26 65.78 151.35 -
System Red Green Blue C M Y K H S L
Decimal 180 152 37 0 0.16 0.79 0.29 48.25 0.66 0.43
Hex B4 98 25 0 10 4F 1D 30 42 2B
Octal 264 230 45 0 20 117 35 60 102 53
Binary 10110100 10011000 100101 0 10000 1001111 11101 110000 1000010 101011

Color Harmonies of #B49825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49825

Black with #B49825

Text Example


Text Example

White with #B49825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49825; }

 p { color: rgb(180,152,37); }

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

background-color css

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

 a { background-color: rgb(180,152,37); }

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

border-color css

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

 span { border-color: rgb(180,152,37); }

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