Html Css Color HEX #BC644B Flame Pea

📋 copy color: '#BC644B'

red 188 ◦ green 100 ◦ blue 75

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

Shades of Flame Pea #BC644B

Tints of Flame Pea #BC644B

RGB

 RED value IS 188 (73.83% from 255) = 51.79%

 GREEN value IS 100 (39.45% from 255) = 27.55%

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

R = 51.79%
G = 27.55%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC644B (or 0xBC644B) is known color: Flame Pea. HEX triplet: BC, 64 and 4B. RGB value is (188,100,75). Sum of RGB (Red+Green+Blue) = 188+100+75=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC644B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC644B is #439BB4. Grayscale: #7B7B7B. Windows color (decimal): -4430773 or 4940988. OLE color: 4940988.

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

Color convert

RGB 188 100 75 -
CMYK 0 0.47 0.60 0.26
HSL 13.27º 0.46% 0.52% -
HSV(B) 13.27º 0.6% 0.74% -
XYZ 26.57 20.31 9.18 -
YUV 123.46 100.65 174.03 -
System Red Green Blue C M Y K H S L
Decimal 188 100 75 0 0.47 0.60 0.26 13.27 0.46 0.52
Hex BC 64 4B 0 2F 3C 1A D 2E 34
Octal 274 144 113 0 57 74 32 15 56 64
Binary 10111100 1100100 1001011 0 101111 111100 11010 1101 101110 110100

Color Harmonies of #BC644B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC644B

Black with #BC644B

Text Example


Text Example

White with #BC644B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC644B; }

 p { color: rgb(188,100,75); }

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

background-color css

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

 a { background-color: rgb(188,100,75); }

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

border-color css

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

 span { border-color: rgb(188,100,75); }

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