Html Css Color HEX #BD624A Flame Pea

📋 copy color: '#BD624A'

red 189 ◦ green 98 ◦ blue 74

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

Shades of Flame Pea #BD624A

Tints of Flame Pea #BD624A

RGB

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

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

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

R = 52.35%
G = 27.15%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BD624A (or 0xBD624A) is known color: Flame Pea. HEX triplet: BD, 62 and 4A. RGB value is (189,98,74). Sum of RGB (Red+Green+Blue) = 189+98+74=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BD624A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD624A is #429DB5. Grayscale: #7A7A7A. Windows color (decimal): -4365750 or 4874941. OLE color: 4874941.

HSL color Cylindrical-coordinate representation of color #BD624A: hue angle of 12.52º 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 #BD624A is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 98 74 -
CMYK 0 0.48 0.61 0.26
HSL 12.52º 0.47% 0.52% -
HSV(B) 12.52º 0.61% 0.74% -
XYZ 26.59 20.05 8.95 -
YUV 122.47 100.65 175.45 -
System Red Green Blue C M Y K H S L
Decimal 189 98 74 0 0.48 0.61 0.26 12.52 0.47 0.52
Hex BD 62 4A 0 30 3D 1A D 2F 34
Octal 275 142 112 0 60 75 32 15 57 64
Binary 10111101 1100010 1001010 0 110000 111101 11010 1101 101111 110100

Color Harmonies of #BD624A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD624A

Black with #BD624A

Text Example


Text Example

White with #BD624A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD624A; }

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

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

background-color css

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

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

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

border-color css

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

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

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