Html Css Color HEX #BD664A Flame Pea

📋 copy color: '#BD664A'

red 189 ◦ green 102 ◦ blue 74

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

Shades of Flame Pea #BD664A

Tints of Flame Pea #BD664A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.27%

R = 51.78%
G = 27.95%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BD664A (or 0xBD664A) is known color: Flame Pea. HEX triplet: BD, 66 and 4A. RGB value is (189,102,74). Sum of RGB (Red+Green+Blue) = 189+102+74=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD664A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD664A is #4299B5. Grayscale: #7D7D7D. Windows color (decimal): -4364726 or 4875965. OLE color: 4875965.

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

Color convert

RGB 189 102 74 -
CMYK 0 0.46 0.61 0.26
HSL 14.61º 0.47% 0.52% -
HSV(B) 14.61º 0.61% 0.74% -
XYZ 26.97 20.82 9.07 -
YUV 124.82 99.32 173.78 -
System Red Green Blue C M Y K H S L
Decimal 189 102 74 0 0.46 0.61 0.26 14.61 0.47 0.52
Hex BD 66 4A 0 2E 3D 1A F 2F 34
Octal 275 146 112 0 56 75 32 17 57 64
Binary 10111101 1100110 1001010 0 101110 111101 11010 1111 101111 110100

Color Harmonies of #BD664A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD664A

Black with #BD664A

Text Example


Text Example

White with #BD664A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD664A; }

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

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

background-color css

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

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

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

border-color css

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

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

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