Html Css Color HEX #B7614D Flame Pea

📋 copy color: '#B7614D'

red 183 ◦ green 97 ◦ blue 77

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

Shades of Flame Pea #B7614D

Tints of Flame Pea #B7614D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.57%

R = 51.26%
G = 27.17%
B = 21.57%

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

#B7614D (or 0xB7614D) is known color: Flame Pea. HEX triplet: B7, 61 and 4D. RGB value is (183,97,77). Sum of RGB (Red+Green+Blue) = 183+97+77=357 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.26% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 183 - color contains mainly: red. Hex color #B7614D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7614D is #489EB2. Grayscale: #787878. Windows color (decimal): -4759219 or 5071287. OLE color: 5071287.

HSL color Cylindrical-coordinate representation of color #B7614D: hue angle of 11.32º degrees, saturation: 0.42, 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 #B7614D is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 97 77 -
CMYK 0 0.47 0.58 0.28
HSL 11.32º 0.42% 0.51% -
HSV(B) 11.32º 0.58% 0.72% -
XYZ 25.14 19.15 9.39 -
YUV 120.43 103.49 172.63 -
System Red Green Blue C M Y K H S L
Decimal 183 97 77 0 0.47 0.58 0.28 11.32 0.42 0.51
Hex B7 61 4D 0 2F 3A 1C B 2A 33
Octal 267 141 115 0 57 72 34 13 52 63
Binary 10110111 1100001 1001101 0 101111 111010 11100 1011 101010 110011

Color Harmonies of #B7614D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7614D

Black with #B7614D

Text Example


Text Example

White with #B7614D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7614D; }

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

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

background-color css

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

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

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

border-color css

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

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

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