Html Css Color HEX #B7614C Flame Pea

📋 copy color: '#B7614C'

red 183 ◦ green 97 ◦ blue 76

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

Shades of Flame Pea #B7614C

Tints of Flame Pea #B7614C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.25%

 BLUE value IS 76 (30.08% from 255) = 21.35%

R = 51.4%
G = 27.25%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B7614C (or 0xB7614C) is known color: Flame Pea. HEX triplet: B7, 61 and 4C. RGB value is (183,97,76). Sum of RGB (Red+Green+Blue) = 183+97+76=356 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.40% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 76 (30.08% from 255 or 21.35% from 356); Max value from RGB is 183 - color contains mainly: red. Hex color #B7614C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7614C is #489EB3. Grayscale: #787878. Windows color (decimal): -4759220 or 5005751. OLE color: 5005751.

HSL color Cylindrical-coordinate representation of color #B7614C: hue angle of 11.78º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B7614C is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 97 76 -
CMYK 0 0.47 0.58 0.28
HSL 11.78º 0.43% 0.51% -
HSV(B) 11.78º 0.58% 0.72% -
XYZ 25.11 19.14 9.21 -
YUV 120.32 102.99 172.71 -
System Red Green Blue C M Y K H S L
Decimal 183 97 76 0 0.47 0.58 0.28 11.78 0.43 0.51
Hex B7 61 4C 0 2F 3A 1C C 2B 33
Octal 267 141 114 0 57 72 34 14 53 63
Binary 10110111 1100001 1001100 0 101111 111010 11100 1100 101011 110011

Color Harmonies of #B7614C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7614C

Black with #B7614C

Text Example


Text Example

White with #B7614C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7614C; }

 p { color: rgb(183,97,76); }

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

background-color css

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

 a { background-color: rgb(183,97,76); }

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

border-color css

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

 span { border-color: rgb(183,97,76); }

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