Html Css Color HEX #B96753 Flame Pea

📋 copy color: '#B96753'

red 185 ◦ green 103 ◦ blue 83

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

Shades of Flame Pea #B96753

Tints of Flame Pea #B96753

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.76%

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

R = 49.87%
G = 27.76%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#B96753 (or 0xB96753) is known color: Flame Pea. HEX triplet: B9, 67 and 53. RGB value is (185,103,83). Sum of RGB (Red+Green+Blue) = 185+103+83=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 83 (32.81% from 255 or 22.37% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B96753 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96753 is #4698AC. Grayscale: #7D7D7D. Windows color (decimal): -4626605 or 5466041. OLE color: 5466041.

HSL color Cylindrical-coordinate representation of color #B96753: hue angle of 11.76º 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 #B96753 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 103 83 -
CMYK 0 0.44 0.55 0.27
HSL 11.76º 0.42% 0.53% -
HSV(B) 11.76º 0.55% 0.73% -
XYZ 26.42 20.64 10.77 -
YUV 125.24 104.17 170.63 -
System Red Green Blue C M Y K H S L
Decimal 185 103 83 0 0.44 0.55 0.27 11.76 0.42 0.53
Hex B9 67 53 0 2C 37 1B C 2A 35
Octal 271 147 123 0 54 67 33 14 52 65
Binary 10111001 1100111 1010011 0 101100 110111 11011 1100 101010 110101

Color Harmonies of #B96753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96753

Black with #B96753

Text Example


Text Example

White with #B96753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96753; }

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

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

background-color css

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

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

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

border-color css

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

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

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