Html Css Color HEX #B2952E Sahara

📋 copy color: '#B2952E'

red 178 ◦ green 149 ◦ blue 46

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

Shades of Sahara #B2952E

Tints of Sahara #B2952E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.33%

R = 47.72%
G = 39.95%
B = 12.33%

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

#B2952E (or 0xB2952E) is known color: Sahara. HEX triplet: B2, 95 and 2E. RGB value is (178,149,46). Sum of RGB (Red+Green+Blue) = 178+149+46=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 46 (18.36% from 255 or 12.33% from 373); Max value from RGB is 178 - color contains mainly: red. Hex color #B2952E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2952E is #4D6AD1. Grayscale: #929292. Windows color (decimal): -5073618 or 3052978. OLE color: 3052978.

HSL color Cylindrical-coordinate representation of color #B2952E: hue angle of 46.82º degrees, saturation: 0.59, 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 #B2952E is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 149 46 -
CMYK 0 0.16 0.74 0.30
HSL 46.82º 0.59% 0.44% -
HSV(B) 46.82º 0.74% 0.7% -
XYZ 29.6 31.16 7.04 -
YUV 145.93 71.61 150.88 -
System Red Green Blue C M Y K H S L
Decimal 178 149 46 0 0.16 0.74 0.30 46.82 0.59 0.44
Hex B2 95 2E 0 10 4A 1E 2F 3B 2C
Octal 262 225 56 0 20 112 36 57 73 54
Binary 10110010 10010101 101110 0 10000 1001010 11110 101111 111011 101100

Color Harmonies of #B2952E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2952E

Black with #B2952E

Text Example


Text Example

White with #B2952E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2952E; }

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

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

background-color css

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

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

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

border-color css

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

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

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