Html Css Color HEX #BB694E Flame Pea

📋 copy color: '#BB694E'

red 187 ◦ green 105 ◦ blue 78

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

Shades of Flame Pea #BB694E

Tints of Flame Pea #BB694E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.38%

 BLUE value IS 78 (30.86% from 255) = 21.08%

R = 50.54%
G = 28.38%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BB694E (or 0xBB694E) is known color: Flame Pea. HEX triplet: BB, 69 and 4E. RGB value is (187,105,78). Sum of RGB (Red+Green+Blue) = 187+105+78=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 78 (30.86% from 255 or 21.08% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BB694E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB694E is #4496B1. Grayscale: #7E7E7E. Windows color (decimal): -4495026 or 5138875. OLE color: 5138875.

HSL color Cylindrical-coordinate representation of color #BB694E: hue angle of 14.86º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB694E is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 105 78 -
CMYK 0 0.44 0.58 0.27
HSL 14.86º 0.44% 0.52% -
HSV(B) 14.86º 0.58% 0.73% -
XYZ 26.92 21.22 9.88 -
YUV 126.44 100.67 171.2 -
System Red Green Blue C M Y K H S L
Decimal 187 105 78 0 0.44 0.58 0.27 14.86 0.44 0.52
Hex BB 69 4E 0 2C 3A 1B F 2C 34
Octal 273 151 116 0 54 72 33 17 54 64
Binary 10111011 1101001 1001110 0 101100 111010 11011 1111 101100 110100

Color Harmonies of #BB694E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB694E

Black with #BB694E

Text Example


Text Example

White with #BB694E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB694E; }

 p { color: rgb(187,105,78); }

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

background-color css

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

 a { background-color: rgb(187,105,78); }

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

border-color css

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

 span { border-color: rgb(187,105,78); }

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