Html Css Color HEX #B4952D Sahara

📋 copy color: '#B4952D'

red 180 ◦ green 149 ◦ blue 45

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

Shades of Sahara #B4952D

Tints of Sahara #B4952D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.84%

 BLUE value IS 45 (17.97% from 255) = 12.03%

R = 48.13%
G = 39.84%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B4952D (or 0xB4952D) is known color: Sahara. HEX triplet: B4, 95 and 2D. RGB value is (180,149,45). Sum of RGB (Red+Green+Blue) = 180+149+45=374 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.13% from 374); Green value is 149 (58.59% from 255 or 39.84% from 374); Blue value is 45 (17.97% from 255 or 12.03% from 374); Max value from RGB is 180 - color contains mainly: red. Hex color #B4952D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4952D is #4B6AD2. Grayscale: #929292. Windows color (decimal): -4942547 or 2987444. OLE color: 2987444.

HSL color Cylindrical-coordinate representation of color #B4952D: hue angle of 46.22º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B4952D is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 149 45 -
CMYK 0 0.17 0.75 0.29
HSL 46.22º 0.6% 0.44% -
HSV(B) 46.22º 0.75% 0.71% -
XYZ 30.04 31.39 6.96 -
YUV 146.41 70.77 151.96 -
System Red Green Blue C M Y K H S L
Decimal 180 149 45 0 0.17 0.75 0.29 46.22 0.6 0.44
Hex B4 95 2D 0 11 4B 1D 2E 3C 2C
Octal 264 225 55 0 21 113 35 56 74 54
Binary 10110100 10010101 101101 0 10001 1001011 11101 101110 111100 101100

Color Harmonies of #B4952D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4952D

Black with #B4952D

Text Example


Text Example

White with #B4952D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4952D; }

 p { color: rgb(180,149,45); }

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

background-color css

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

 a { background-color: rgb(180,149,45); }

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

border-color css

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

 span { border-color: rgb(180,149,45); }

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