Html Css Color HEX #B2952F Sahara

📋 copy color: '#B2952F'

red 178 ◦ green 149 ◦ blue 47

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

Shades of Sahara #B2952F

Tints of Sahara #B2952F

RGB

 RED value IS 178 (69.92% from 255) = 47.59%

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

 BLUE value IS 47 (18.75% from 255) = 12.57%

R = 47.59%
G = 39.84%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B2952F (or 0xB2952F) is known color: Sahara. HEX triplet: B2, 95 and 2F. RGB value is (178,149,47). Sum of RGB (Red+Green+Blue) = 178+149+47=374 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.59% from 374); Green value is 149 (58.59% from 255 or 39.84% from 374); Blue value is 47 (18.75% from 255 or 12.57% from 374); Max value from RGB is 178 - color contains mainly: red. Hex color #B2952F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2952F is #4D6AD0. Grayscale: #929292. Windows color (decimal): -5073617 or 3118514. OLE color: 3118514.

HSL color Cylindrical-coordinate representation of color #B2952F: hue angle of 46.72º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B2952F is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 149 47 -
CMYK 0 0.16 0.74 0.30
HSL 46.72º 0.58% 0.44% -
HSV(B) 46.72º 0.74% 0.7% -
XYZ 29.62 31.17 7.14 -
YUV 146.04 72.11 150.79 -
System Red Green Blue C M Y K H S L
Decimal 178 149 47 0 0.16 0.74 0.30 46.72 0.58 0.44
Hex B2 95 2F 0 10 4A 1E 2F 3A 2C
Octal 262 225 57 0 20 112 36 57 72 54
Binary 10110010 10010101 101111 0 10000 1001010 11110 101111 111010 101100

Color Harmonies of #B2952F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2952F

Black with #B2952F

Text Example


Text Example

White with #B2952F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2952F; }

 p { color: rgb(178,149,47); }

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

background-color css

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

 a { background-color: rgb(178,149,47); }

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

border-color css

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

 span { border-color: rgb(178,149,47); }

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