Html Css Color HEX #BD664D Flame Pea

📋 copy color: '#BD664D'

red 189 ◦ green 102 ◦ blue 77

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

Shades of Flame Pea #BD664D

Tints of Flame Pea #BD664D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.72%

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

R = 51.36%
G = 27.72%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BD664D (or 0xBD664D) is known color: Flame Pea. HEX triplet: BD, 66 and 4D. RGB value is (189,102,77). Sum of RGB (Red+Green+Blue) = 189+102+77=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 77 (30.47% from 255 or 20.92% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD664D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD664D is #4299B2. Grayscale: #7D7D7D. Windows color (decimal): -4364723 or 5072573. OLE color: 5072573.

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

Color convert

RGB 189 102 77 -
CMYK 0 0.46 0.59 0.26
HSL 13.39º 0.46% 0.52% -
HSV(B) 13.39º 0.59% 0.74% -
XYZ 27.08 20.86 9.62 -
YUV 125.16 100.82 173.53 -
System Red Green Blue C M Y K H S L
Decimal 189 102 77 0 0.46 0.59 0.26 13.39 0.46 0.52
Hex BD 66 4D 0 2E 3B 1A D 2E 34
Octal 275 146 115 0 56 73 32 15 56 64
Binary 10111101 1100110 1001101 0 101110 111011 11010 1101 101110 110100

Color Harmonies of #BD664D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD664D

Black with #BD664D

Text Example


Text Example

White with #BD664D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD664D; }

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

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

background-color css

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

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

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

border-color css

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

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

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