Html Css Color HEX #BD674F Flame Pea

📋 copy color: '#BD674F'

red 189 ◦ green 103 ◦ blue 79

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

Shades of Flame Pea #BD674F

Tints of Flame Pea #BD674F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.76%

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

R = 50.94%
G = 27.76%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BD674F (or 0xBD674F) is known color: Flame Pea. HEX triplet: BD, 67 and 4F. RGB value is (189,103,79). Sum of RGB (Red+Green+Blue) = 189+103+79=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD674F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD674F is #4298B0. Grayscale: #7E7E7E. Windows color (decimal): -4364465 or 5203901. OLE color: 5203901.

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

Color convert

RGB 189 103 79 -
CMYK 0 0.46 0.58 0.26
HSL 13.09º 0.45% 0.53% -
HSV(B) 13.09º 0.58% 0.74% -
XYZ 27.25 21.08 10.03 -
YUV 125.98 101.49 172.95 -
System Red Green Blue C M Y K H S L
Decimal 189 103 79 0 0.46 0.58 0.26 13.09 0.45 0.53
Hex BD 67 4F 0 2E 3A 1A D 2D 35
Octal 275 147 117 0 56 72 32 15 55 65
Binary 10111101 1100111 1001111 0 101110 111010 11010 1101 101101 110101

Color Harmonies of #BD674F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD674F

Black with #BD674F

Text Example


Text Example

White with #BD674F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD674F; }

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

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

background-color css

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

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

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

border-color css

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

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

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