Html Css Color HEX #B4952A Sahara

📋 copy color: '#B4952A'

red 180 ◦ green 149 ◦ blue 42

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

Shades of Sahara #B4952A

Tints of Sahara #B4952A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.32%

R = 48.52%
G = 40.16%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B4952A (or 0xB4952A) is known color: Sahara. HEX triplet: B4, 95 and 2A. RGB value is (180,149,42). Sum of RGB (Red+Green+Blue) = 180+149+42=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 42 (16.80% from 255 or 11.32% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B4952A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4952A is #4B6AD5. Grayscale: #929292. Windows color (decimal): -4942550 or 2790836. OLE color: 2790836.

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

Color convert

RGB 180 149 42 -
CMYK 0 0.17 0.77 0.29
HSL 46.52º 0.62% 0.44% -
HSV(B) 46.52º 0.77% 0.71% -
XYZ 29.99 31.37 6.66 -
YUV 146.07 69.27 152.2 -
System Red Green Blue C M Y K H S L
Decimal 180 149 42 0 0.17 0.77 0.29 46.52 0.62 0.44
Hex B4 95 2A 0 11 4D 1D 2F 3E 2C
Octal 264 225 52 0 21 115 35 57 76 54
Binary 10110100 10010101 101010 0 10001 1001101 11101 101111 111110 101100

Color Harmonies of #B4952A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4952A

Black with #B4952A

Text Example


Text Example

White with #B4952A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4952A; }

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

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

background-color css

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

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

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

border-color css

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

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

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