Html Css Color HEX #B76352 Flame Pea

📋 copy color: '#B76352'

red 183 ◦ green 99 ◦ blue 82

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

Shades of Flame Pea #B76352

Tints of Flame Pea #B76352

RGB

 RED value IS 183 (71.88% from 255) = 50.27%

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

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

R = 50.27%
G = 27.2%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B76352 (or 0xB76352) is known color: Flame Pea. HEX triplet: B7, 63 and 52. RGB value is (183,99,82). Sum of RGB (Red+Green+Blue) = 183+99+82=364 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.27% from 364); Green value is 99 (39.06% from 255 or 27.20% from 364); Blue value is 82 (32.42% from 255 or 22.53% from 364); Max value from RGB is 183 - color contains mainly: red. Hex color #B76352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76352 is #489CAD. Grayscale: #7A7A7A. Windows color (decimal): -4758702 or 5399479. OLE color: 5399479.

HSL color Cylindrical-coordinate representation of color #B76352: hue angle of 10.1º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B76352 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 99 82 -
CMYK 0 0.46 0.55 0.28
HSL 10.1º 0.41% 0.52% -
HSV(B) 10.1º 0.55% 0.72% -
XYZ 25.51 19.6 10.42 -
YUV 122.18 105.33 171.38 -
System Red Green Blue C M Y K H S L
Decimal 183 99 82 0 0.46 0.55 0.28 10.1 0.41 0.52
Hex B7 63 52 0 2E 37 1C A 29 34
Octal 267 143 122 0 56 67 34 12 51 64
Binary 10110111 1100011 1010010 0 101110 110111 11100 1010 101001 110100

Color Harmonies of #B76352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76352

Black with #B76352

Text Example


Text Example

White with #B76352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76352; }

 p { color: rgb(183,99,82); }

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

background-color css

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

 a { background-color: rgb(183,99,82); }

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

border-color css

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

 span { border-color: rgb(183,99,82); }

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