Html Css Color HEX #B96452 Flame Pea

📋 copy color: '#B96452'

red 185 ◦ green 100 ◦ blue 82

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

Shades of Flame Pea #B96452

Tints of Flame Pea #B96452

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.25%

 BLUE value IS 82 (32.42% from 255) = 22.34%

R = 50.41%
G = 27.25%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#B96452 (or 0xB96452) is known color: Flame Pea. HEX triplet: B9, 64 and 52. RGB value is (185,100,82). Sum of RGB (Red+Green+Blue) = 185+100+82=367 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.41% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 82 (32.42% from 255 or 22.34% from 367); Max value from RGB is 185 - color contains mainly: red. Hex color #B96452 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96452 is #469BAD. Grayscale: #7B7B7B. Windows color (decimal): -4627374 or 5399737. OLE color: 5399737.

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

Color convert

RGB 185 100 82 -
CMYK 0 0.46 0.56 0.27
HSL 10.49º 0.42% 0.52% -
HSV(B) 10.49º 0.56% 0.73% -
XYZ 26.09 20.04 10.48 -
YUV 123.36 104.66 171.96 -
System Red Green Blue C M Y K H S L
Decimal 185 100 82 0 0.46 0.56 0.27 10.49 0.42 0.52
Hex B9 64 52 0 2E 38 1B A 2A 34
Octal 271 144 122 0 56 70 33 12 52 64
Binary 10111001 1100100 1010010 0 101110 111000 11011 1010 101010 110100

Color Harmonies of #B96452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96452

Black with #B96452

Text Example


Text Example

White with #B96452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96452; }

 p { color: rgb(185,100,82); }

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

background-color css

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

 a { background-color: rgb(185,100,82); }

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

border-color css

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

 span { border-color: rgb(185,100,82); }

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