Html Css Color HEX #B96353 Flame Pea

📋 copy color: '#B96353'

red 185 ◦ green 99 ◦ blue 83

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

Shades of Flame Pea #B96353

Tints of Flame Pea #B96353

RGB

 RED value IS 185 (72.66% from 255) = 50.41%

 GREEN value IS 99 (39.06% from 255) = 26.98%

 BLUE value IS 83 (32.81% from 255) = 22.62%

R = 50.41%
G = 26.98%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#B96353 (or 0xB96353) is known color: Flame Pea. HEX triplet: B9, 63 and 53. RGB value is (185,99,83). Sum of RGB (Red+Green+Blue) = 185+99+83=367 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.41% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 83 (32.81% from 255 or 22.62% from 367); Max value from RGB is 185 - color contains mainly: red. Hex color #B96353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96353 is #469CAC. Grayscale: #7B7B7B. Windows color (decimal): -4627629 or 5465017. OLE color: 5465017.

HSL color Cylindrical-coordinate representation of color #B96353: hue angle of 9.41º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B96353 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 99 83 -
CMYK 0 0.46 0.55 0.27
HSL 9.41º 0.42% 0.53% -
HSV(B) 9.41º 0.55% 0.73% -
XYZ 26.03 19.86 10.65 -
YUV 122.89 105.49 172.3 -
System Red Green Blue C M Y K H S L
Decimal 185 99 83 0 0.46 0.55 0.27 9.41 0.42 0.53
Hex B9 63 53 0 2E 37 1B 9 2A 35
Octal 271 143 123 0 56 67 33 11 52 65
Binary 10111001 1100011 1010011 0 101110 110111 11011 1001 101010 110101

Color Harmonies of #B96353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96353

Black with #B96353

Text Example


Text Example

White with #B96353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96353; }

 p { color: rgb(185,99,83); }

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

background-color css

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

 a { background-color: rgb(185,99,83); }

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

border-color css

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

 span { border-color: rgb(185,99,83); }

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