Html Css Color HEX #BD604D Flame Pea

📋 copy color: '#BD604D'

red 189 ◦ green 96 ◦ blue 77

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

Shades of Flame Pea #BD604D

Tints of Flame Pea #BD604D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.52%

 BLUE value IS 77 (30.47% from 255) = 21.27%

R = 52.21%
G = 26.52%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BD604D (or 0xBD604D) is known color: Flame Pea. HEX triplet: BD, 60 and 4D. RGB value is (189,96,77). Sum of RGB (Red+Green+Blue) = 189+96+77=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD604D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD604D is #429FB2. Grayscale: #797979. Windows color (decimal): -4366259 or 5071037. OLE color: 5071037.

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

Color convert

RGB 189 96 77 -
CMYK 0 0.49 0.59 0.26
HSL 10.18º 0.46% 0.52% -
HSV(B) 10.18º 0.59% 0.74% -
XYZ 26.51 19.72 9.43 -
YUV 121.64 102.81 176.04 -
System Red Green Blue C M Y K H S L
Decimal 189 96 77 0 0.49 0.59 0.26 10.18 0.46 0.52
Hex BD 60 4D 0 31 3B 1A A 2E 34
Octal 275 140 115 0 61 73 32 12 56 64
Binary 10111101 1100000 1001101 0 110001 111011 11010 1010 101110 110100

Color Harmonies of #BD604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD604D

Black with #BD604D

Text Example


Text Example

White with #BD604D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD604D; }

 p { color: rgb(189,96,77); }

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

background-color css

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

 a { background-color: rgb(189,96,77); }

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

border-color css

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

 span { border-color: rgb(189,96,77); }

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