Html Css Color HEX #BD624E Flame Pea

📋 copy color: '#BD624E'

red 189 ◦ green 98 ◦ blue 78

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

Shades of Flame Pea #BD624E

Tints of Flame Pea #BD624E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.85%

 BLUE value IS 78 (30.86% from 255) = 21.37%

R = 51.78%
G = 26.85%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BD624E (or 0xBD624E) is known color: Flame Pea. HEX triplet: BD, 62 and 4E. RGB value is (189,98,78). Sum of RGB (Red+Green+Blue) = 189+98+78=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD624E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD624E is #429DB1. Grayscale: #7B7B7B. Windows color (decimal): -4365746 or 5137085. OLE color: 5137085.

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

Color convert

RGB 189 98 78 -
CMYK 0 0.48 0.59 0.26
HSL 10.81º 0.46% 0.52% -
HSV(B) 10.81º 0.59% 0.74% -
XYZ 26.73 20.1 9.68 -
YUV 122.93 102.65 175.13 -
System Red Green Blue C M Y K H S L
Decimal 189 98 78 0 0.48 0.59 0.26 10.81 0.46 0.52
Hex BD 62 4E 0 30 3B 1A B 2E 34
Octal 275 142 116 0 60 73 32 13 56 64
Binary 10111101 1100010 1001110 0 110000 111011 11010 1011 101110 110100

Color Harmonies of #BD624E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD624E

Black with #BD624E

Text Example


Text Example

White with #BD624E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD624E; }

 p { color: rgb(189,98,78); }

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

background-color css

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

 a { background-color: rgb(189,98,78); }

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

border-color css

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

 span { border-color: rgb(189,98,78); }

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