Html Css Color HEX #B5614A Flame Pea

📋 copy color: '#B5614A'

red 181 ◦ green 97 ◦ blue 74

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

Shades of Flame Pea #B5614A

Tints of Flame Pea #B5614A

RGB

 RED value IS 181 (71.09% from 255) = 51.42%

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

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

R = 51.42%
G = 27.56%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B5614A (or 0xB5614A) is known color: Flame Pea. HEX triplet: B5, 61 and 4A. RGB value is (181,97,74). Sum of RGB (Red+Green+Blue) = 181+97+74=352 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.42% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 181 - color contains mainly: red. Hex color #B5614A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5614A is #4A9EB5. Grayscale: #777777. Windows color (decimal): -4890294 or 4874677. OLE color: 4874677.

HSL color Cylindrical-coordinate representation of color #B5614A: hue angle of 12.9º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B5614A is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 97 74 -
CMYK 0 0.46 0.59 0.29
HSL 12.9º 0.42% 0.5% -
HSV(B) 12.9º 0.59% 0.71% -
XYZ 24.57 18.87 8.83 -
YUV 119.49 102.33 171.87 -
System Red Green Blue C M Y K H S L
Decimal 181 97 74 0 0.46 0.59 0.29 12.9 0.42 0.5
Hex B5 61 4A 0 2E 3B 1D D 2A 32
Octal 265 141 112 0 56 73 35 15 52 62
Binary 10110101 1100001 1001010 0 101110 111011 11101 1101 101010 110010

Color Harmonies of #B5614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5614A

Black with #B5614A

Text Example


Text Example

White with #B5614A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5614A; }

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

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

background-color css

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

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

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

border-color css

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

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

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