Html Css Color HEX #B2952D Sahara

📋 copy color: '#B2952D'

red 178 ◦ green 149 ◦ blue 45

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

Shades of Sahara #B2952D

Tints of Sahara #B2952D

RGB

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

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

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

R = 47.85%
G = 40.05%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B2952D (or 0xB2952D) is known color: Sahara. HEX triplet: B2, 95 and 2D. RGB value is (178,149,45). Sum of RGB (Red+Green+Blue) = 178+149+45=372 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.85% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 45 (17.97% from 255 or 12.10% from 372); Max value from RGB is 178 - color contains mainly: red. Hex color #B2952D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2952D is #4D6AD2. Grayscale: #929292. Windows color (decimal): -5073619 or 2987442. OLE color: 2987442.

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

Color convert

RGB 178 149 45 -
CMYK 0 0.16 0.75 0.30
HSL 46.92º 0.6% 0.44% -
HSV(B) 46.92º 0.75% 0.7% -
XYZ 29.58 31.15 6.94 -
YUV 145.82 71.11 150.96 -
System Red Green Blue C M Y K H S L
Decimal 178 149 45 0 0.16 0.75 0.30 46.92 0.6 0.44
Hex B2 95 2D 0 10 4B 1E 2F 3C 2C
Octal 262 225 55 0 20 113 36 57 74 54
Binary 10110010 10010101 101101 0 10000 1001011 11110 101111 111100 101100

Color Harmonies of #B2952D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2952D

Black with #B2952D

Text Example


Text Example

White with #B2952D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2952D; }

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

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

background-color css

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

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

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

border-color css

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

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

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