#BD634B

Color #BD634B Flame Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Pea #BD634B

Tints of Flame Pea #BD634B

Color information

#BD634B (or 0xBD634B) is unknown color: approx Flame Pea. HEX triplet: BD, 63 and 4B. RGB value is (189,99,75). Sum of RGB (Red+Green+Blue) = 189+99+75=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 99 (39.06% from 255 or 27.27% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD634B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD634B is #429CB4. Grayscale: #7B7B7B. Windows color (decimal): -4365493 or 4940733. OLE color: 4940733.

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

Color convert

RGB1899975-
CMYK00.480.600.26
HSL12.63º46.34%51.76%-
HSV(B)12.63º60.32%74.12%-
XYZ26.7220.259.16-
YUV123.17100.82174.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.07%
GREEN value IS 99 (39.06% from 255) = 27.27%
BLUE value IS 75 (29.69% from 255) = 20.66%
R=52.07%
G=27.27%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189997500.480.600.2612.6346.3451.76
HexBD634B0303C1Ad2e34
Octal2751431130607432155664
Binary10111101110001110010110110000111100110101101101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD634B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD634B; }

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

 H1.HeaderClassName
 {
   color: #BD634B;
 }
 .AnyTagClassName
 {
   color: #BD634B;
 }
</style>
background-color css

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

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

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

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

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

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