Html Css Color HEX #BD614A Flame Pea

📋 copy color: '#BD614A'

red 189 ◦ green 97 ◦ blue 74

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

Shades of Flame Pea #BD614A

Tints of Flame Pea #BD614A

RGB

 RED value IS 189 (74.22% from 255) = 52.5%

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

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

R = 52.5%
G = 26.94%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BD614A (or 0xBD614A) is known color: Flame Pea. HEX triplet: BD, 61 and 4A. RGB value is (189,97,74). Sum of RGB (Red+Green+Blue) = 189+97+74=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 74 (29.30% from 255 or 20.56% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD614A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD614A is #429EB5. Grayscale: #7A7A7A. Windows color (decimal): -4366006 or 4874685. OLE color: 4874685.

HSL color Cylindrical-coordinate representation of color #BD614A: hue angle of 12º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD614A is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 97 74 -
CMYK 0 0.49 0.61 0.26
HSL 12º 0.47% 0.52% -
HSV(B) 12º 0.61% 0.74% -
XYZ 26.5 19.86 8.92 -
YUV 121.89 100.98 175.87 -
System Red Green Blue C M Y K H S L
Decimal 189 97 74 0 0.49 0.61 0.26 12 0.47 0.52
Hex BD 61 4A 0 31 3D 1A C 2F 34
Octal 275 141 112 0 61 75 32 14 57 64
Binary 10111101 1100001 1001010 0 110001 111101 11010 1100 101111 110100

Color Harmonies of #BD614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD614A

Black with #BD614A

Text Example


Text Example

White with #BD614A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD614A; }

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

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

background-color css

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

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

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

border-color css

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

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

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