Html Css Color HEX #B49D25 Sahara

📋 copy color: '#B49D25'

red 180 ◦ green 157 ◦ blue 37

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

Shades of Sahara #B49D25

Tints of Sahara #B49D25

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.98%

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

R = 48.13%
G = 41.98%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B49D25 (or 0xB49D25) is known color: Sahara. HEX triplet: B4, 9D and 25. RGB value is (180,157,37). Sum of RGB (Red+Green+Blue) = 180+157+37=374 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.13% from 374); Green value is 157 (61.72% from 255 or 41.98% from 374); Blue value is 37 (14.84% from 255 or 9.89% from 374); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49D25 is #4B62DA. Grayscale: #969696. Windows color (decimal): -4940507 or 2465204. OLE color: 2465204.

HSL color Cylindrical-coordinate representation of color #B49D25: hue angle of 50.35º 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 #B49D25 is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 157 37 -
CMYK 0 0.13 0.79 0.29
HSL 50.35º 0.66% 0.43% -
HSV(B) 50.35º 0.79% 0.71% -
XYZ 31.21 33.95 6.66 -
YUV 150.2 64.12 149.26 -
System Red Green Blue C M Y K H S L
Decimal 180 157 37 0 0.13 0.79 0.29 50.35 0.66 0.43
Hex B4 9D 25 0 D 4F 1D 32 42 2B
Octal 264 235 45 0 15 117 35 62 102 53
Binary 10110100 10011101 100101 0 1101 1001111 11101 110010 1000010 101011

Color Harmonies of #B49D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49D25

Black with #B49D25

Text Example


Text Example

White with #B49D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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