Html Css Color HEX #BD654D Flame Pea

📋 copy color: '#BD654D'

red 189 ◦ green 101 ◦ blue 77

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

Shades of Flame Pea #BD654D

Tints of Flame Pea #BD654D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.98%

R = 51.5%
G = 27.52%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BD654D (or 0xBD654D) is known color: Flame Pea. HEX triplet: BD, 65 and 4D. RGB value is (189,101,77). Sum of RGB (Red+Green+Blue) = 189+101+77=367 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.50% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 189 - color contains mainly: red. Hex color #BD654D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD654D is #429AB2. Grayscale: #7C7C7C. Windows color (decimal): -4364979 or 5072317. OLE color: 5072317.

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

Color convert

RGB 189 101 77 -
CMYK 0 0.47 0.59 0.26
HSL 12.86º 0.46% 0.52% -
HSV(B) 12.86º 0.59% 0.74% -
XYZ 26.98 20.66 9.59 -
YUV 124.58 101.15 173.95 -
System Red Green Blue C M Y K H S L
Decimal 189 101 77 0 0.47 0.59 0.26 12.86 0.46 0.52
Hex BD 65 4D 0 2F 3B 1A D 2E 34
Octal 275 145 115 0 57 73 32 15 56 64
Binary 10111101 1100101 1001101 0 101111 111011 11010 1101 101110 110100

Color Harmonies of #BD654D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD654D

Black with #BD654D

Text Example


Text Example

White with #BD654D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD654D; }

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

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

background-color css

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

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

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

border-color css

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

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

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