Html Css Color HEX #B2992C Sahara

📋 copy color: '#B2992C'

red 178 ◦ green 153 ◦ blue 44

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

Shades of Sahara #B2992C

Tints of Sahara #B2992C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.8%

 BLUE value IS 44 (17.58% from 255) = 11.73%

R = 47.47%
G = 40.8%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B2992C (or 0xB2992C) is known color: Sahara. HEX triplet: B2, 99 and 2C. RGB value is (178,153,44). Sum of RGB (Red+Green+Blue) = 178+153+44=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 44 (17.58% from 255 or 11.73% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B2992C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2992C is #4D66D3. Grayscale: #949494. Windows color (decimal): -5072596 or 2922930. OLE color: 2922930.

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

Color convert

RGB 178 153 44 -
CMYK 0 0.14 0.75 0.30
HSL 48.81º 0.6% 0.44% -
HSV(B) 48.81º 0.75% 0.7% -
XYZ 30.21 32.43 7.05 -
YUV 148.05 69.28 149.36 -
System Red Green Blue C M Y K H S L
Decimal 178 153 44 0 0.14 0.75 0.30 48.81 0.6 0.44
Hex B2 99 2C 0 E 4B 1E 31 3C 2C
Octal 262 231 54 0 16 113 36 61 74 54
Binary 10110010 10011001 101100 0 1110 1001011 11110 110001 111100 101100

Color Harmonies of #B2992C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2992C

Black with #B2992C

Text Example


Text Example

White with #B2992C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2992C; }

 p { color: rgb(178,153,44); }

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

background-color css

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

 a { background-color: rgb(178,153,44); }

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

border-color css

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

 span { border-color: rgb(178,153,44); }

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