Html Css Color HEX #B2962D Sahara

📋 copy color: '#B2962D'

red 178 ◦ green 150 ◦ blue 45

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

Shades of Sahara #B2962D

Tints of Sahara #B2962D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.21%

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

R = 47.72%
G = 40.21%
B = 12.06%

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

#B2962D (or 0xB2962D) is known color: Sahara. HEX triplet: B2, 96 and 2D. RGB value is (178,150,45). Sum of RGB (Red+Green+Blue) = 178+150+45=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 150 (58.98% from 255 or 40.21% from 373); Blue value is 45 (17.97% from 255 or 12.06% from 373); Max value from RGB is 178 - color contains mainly: red. Hex color #B2962D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2962D is #4D69D2. Grayscale: #929292. Windows color (decimal): -5073363 or 2987698. OLE color: 2987698.

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

Color convert

RGB 178 150 45 -
CMYK 0 0.16 0.75 0.30
HSL 47.37º 0.6% 0.44% -
HSV(B) 47.37º 0.75% 0.7% -
XYZ 29.74 31.47 6.99 -
YUV 146.4 70.78 150.54 -
System Red Green Blue C M Y K H S L
Decimal 178 150 45 0 0.16 0.75 0.30 47.37 0.6 0.44
Hex B2 96 2D 0 10 4B 1E 2F 3C 2C
Octal 262 226 55 0 20 113 36 57 74 54
Binary 10110010 10010110 101101 0 10000 1001011 11110 101111 111100 101100

Color Harmonies of #B2962D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2962D

Black with #B2962D

Text Example


Text Example

White with #B2962D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2962D; }

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

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

background-color css

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

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

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

border-color css

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

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

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