Html Css Color HEX #B7614A Flame Pea

📋 copy color: '#B7614A'

red 183 ◦ green 97 ◦ blue 74

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

Shades of Flame Pea #B7614A

Tints of Flame Pea #B7614A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.9%

R = 51.69%
G = 27.4%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B7614A (or 0xB7614A) is known color: Flame Pea. HEX triplet: B7, 61 and 4A. RGB value is (183,97,74). Sum of RGB (Red+Green+Blue) = 183+97+74=354 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.69% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 74 (29.30% from 255 or 20.90% from 354); Max value from RGB is 183 - color contains mainly: red. Hex color #B7614A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7614A is #489EB5. Grayscale: #787878. Windows color (decimal): -4759222 or 4874679. OLE color: 4874679.

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

Color convert

RGB 183 97 74 -
CMYK 0 0.47 0.60 0.28
HSL 12.66º 0.43% 0.5% -
HSV(B) 12.66º 0.6% 0.72% -
XYZ 25.04 19.11 8.85 -
YUV 120.09 101.99 172.87 -
System Red Green Blue C M Y K H S L
Decimal 183 97 74 0 0.47 0.60 0.28 12.66 0.43 0.5
Hex B7 61 4A 0 2F 3C 1C D 2B 32
Octal 267 141 112 0 57 74 34 15 53 62
Binary 10110111 1100001 1001010 0 101111 111100 11100 1101 101011 110010

Color Harmonies of #B7614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7614A

Black with #B7614A

Text Example


Text Example

White with #B7614A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7614A; }

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

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

background-color css

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

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

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

border-color css

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

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

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