Html Css Color HEX #BD604C Flame Pea

📋 copy color: '#BD604C'

red 189 ◦ green 96 ◦ blue 76

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

Shades of Flame Pea #BD604C

Tints of Flame Pea #BD604C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.05%

R = 52.35%
G = 26.59%
B = 21.05%

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

#BD604C (or 0xBD604C) is known color: Flame Pea. HEX triplet: BD, 60 and 4C. RGB value is (189,96,76). Sum of RGB (Red+Green+Blue) = 189+96+76=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 76 (30.08% from 255 or 21.05% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BD604C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD604C is #429FB3. Grayscale: #797979. Windows color (decimal): -4366260 or 5005501. OLE color: 5005501.

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

Color convert

RGB 189 96 76 -
CMYK 0 0.49 0.60 0.26
HSL 10.62º 0.46% 0.52% -
HSV(B) 10.62º 0.6% 0.74% -
XYZ 26.47 19.71 9.25 -
YUV 121.53 102.31 176.13 -
System Red Green Blue C M Y K H S L
Decimal 189 96 76 0 0.49 0.60 0.26 10.62 0.46 0.52
Hex BD 60 4C 0 31 3C 1A B 2E 34
Octal 275 140 114 0 61 74 32 13 56 64
Binary 10111101 1100000 1001100 0 110001 111100 11010 1011 101110 110100

Color Harmonies of #BD604C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD604C

Black with #BD604C

Text Example


Text Example

White with #BD604C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD604C; }

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

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

background-color css

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

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

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

border-color css

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

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

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