Html Css Color HEX #BD654F Flame Pea

📋 copy color: '#BD654F'

red 189 ◦ green 101 ◦ blue 79

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

Shades of Flame Pea #BD654F

Tints of Flame Pea #BD654F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.41%

R = 51.22%
G = 27.37%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BD654F (or 0xBD654F) is known color: Flame Pea. HEX triplet: BD, 65 and 4F. RGB value is (189,101,79). Sum of RGB (Red+Green+Blue) = 189+101+79=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 79 (31.25% from 255 or 21.41% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD654F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD654F is #429AB0. Grayscale: #7C7C7C. Windows color (decimal): -4364977 or 5203389. OLE color: 5203389.

HSL color Cylindrical-coordinate representation of color #BD654F: hue angle of 12º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD654F is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 101 79 -
CMYK 0 0.47 0.58 0.26
HSL 12º 0.45% 0.53% -
HSV(B) 12º 0.58% 0.74% -
XYZ 27.05 20.69 9.97 -
YUV 124.8 102.15 173.79 -
System Red Green Blue C M Y K H S L
Decimal 189 101 79 0 0.47 0.58 0.26 12 0.45 0.53
Hex BD 65 4F 0 2F 3A 1A C 2D 35
Octal 275 145 117 0 57 72 32 14 55 65
Binary 10111101 1100101 1001111 0 101111 111010 11010 1100 101101 110101

Color Harmonies of #BD654F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD654F

Black with #BD654F

Text Example


Text Example

White with #BD654F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD654F; }

 p { color: rgb(189,101,79); }

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

background-color css

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

 a { background-color: rgb(189,101,79); }

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

border-color css

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

 span { border-color: rgb(189,101,79); }

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