Html Css Color HEX #BB654B Flame Pea

📋 copy color: '#BB654B'

red 187 ◦ green 101 ◦ blue 75

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

Shades of Flame Pea #BB654B

Tints of Flame Pea #BB654B

RGB

 RED value IS 187 (73.44% from 255) = 51.52%

 GREEN value IS 101 (39.84% from 255) = 27.82%

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

R = 51.52%
G = 27.82%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BB654B (or 0xBB654B) is known color: Flame Pea. HEX triplet: BB, 65 and 4B. RGB value is (187,101,75). Sum of RGB (Red+Green+Blue) = 187+101+75=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB654B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB654B is #449AB4. Grayscale: #7B7B7B. Windows color (decimal): -4496053 or 4941243. OLE color: 4941243.

HSL color Cylindrical-coordinate representation of color #BB654B: hue angle of 13.93º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB654B is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 101 75 -
CMYK 0 0.46 0.60 0.27
HSL 13.93º 0.45% 0.51% -
HSV(B) 13.93º 0.6% 0.73% -
XYZ 26.42 20.38 9.2 -
YUV 123.75 100.49 173.11 -
System Red Green Blue C M Y K H S L
Decimal 187 101 75 0 0.46 0.60 0.27 13.93 0.45 0.51
Hex BB 65 4B 0 2E 3C 1B E 2D 33
Octal 273 145 113 0 56 74 33 16 55 63
Binary 10111011 1100101 1001011 0 101110 111100 11011 1110 101101 110011

Color Harmonies of #BB654B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB654B

Black with #BB654B

Text Example


Text Example

White with #BB654B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB654B; }

 p { color: rgb(187,101,75); }

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

background-color css

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

 a { background-color: rgb(187,101,75); }

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

border-color css

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

 span { border-color: rgb(187,101,75); }

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