Html Css Color HEX #B76351 Flame Pea

📋 copy color: '#B76351'

red 183 ◦ green 99 ◦ blue 81

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

Shades of Flame Pea #B76351

Tints of Flame Pea #B76351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.31%

R = 50.41%
G = 27.27%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#B76351 (or 0xB76351) is known color: Flame Pea. HEX triplet: B7, 63 and 51. RGB value is (183,99,81). Sum of RGB (Red+Green+Blue) = 183+99+81=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 81 (32.03% from 255 or 22.31% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B76351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76351 is #489CAE. Grayscale: #7A7A7A. Windows color (decimal): -4758703 or 5333943. OLE color: 5333943.

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

Color convert

RGB 183 99 81 -
CMYK 0 0.46 0.56 0.28
HSL 10.59º 0.41% 0.52% -
HSV(B) 10.59º 0.56% 0.72% -
XYZ 25.48 19.59 10.22 -
YUV 122.06 104.83 171.46 -
System Red Green Blue C M Y K H S L
Decimal 183 99 81 0 0.46 0.56 0.28 10.59 0.41 0.52
Hex B7 63 51 0 2E 38 1C B 29 34
Octal 267 143 121 0 56 70 34 13 51 64
Binary 10110111 1100011 1010001 0 101110 111000 11100 1011 101001 110100

Color Harmonies of #B76351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76351

Black with #B76351

Text Example


Text Example

White with #B76351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76351; }

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

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

background-color css

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

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

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

border-color css

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

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

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