Html Css Color HEX #BD614B Flame Pea

📋 copy color: '#BD614B'

red 189 ◦ green 97 ◦ blue 75

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

Shades of Flame Pea #BD614B

Tints of Flame Pea #BD614B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.78%

R = 52.35%
G = 26.87%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BD614B (or 0xBD614B) is known color: Flame Pea. HEX triplet: BD, 61 and 4B. RGB value is (189,97,75). Sum of RGB (Red+Green+Blue) = 189+97+75=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 75 (29.69% from 255 or 20.78% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BD614B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD614B is #429EB4. Grayscale: #7A7A7A. Windows color (decimal): -4366005 or 4940221. OLE color: 4940221.

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

Color convert

RGB 189 97 75 -
CMYK 0 0.49 0.60 0.26
HSL 11.58º 0.46% 0.52% -
HSV(B) 11.58º 0.6% 0.74% -
XYZ 26.53 19.88 9.09 -
YUV 122 101.48 175.79 -
System Red Green Blue C M Y K H S L
Decimal 189 97 75 0 0.49 0.60 0.26 11.58 0.46 0.52
Hex BD 61 4B 0 31 3C 1A C 2E 34
Octal 275 141 113 0 61 74 32 14 56 64
Binary 10111101 1100001 1001011 0 110001 111100 11010 1100 101110 110100

Color Harmonies of #BD614B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD614B

Black with #BD614B

Text Example


Text Example

White with #BD614B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD614B; }

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

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

background-color css

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

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

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

border-color css

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

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

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