Html Css Color HEX #BD674C Flame Pea

📋 copy color: '#BD674C'

red 189 ◦ green 103 ◦ blue 76

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

Shades of Flame Pea #BD674C

Tints of Flame Pea #BD674C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.65%

R = 51.36%
G = 27.99%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BD674C (or 0xBD674C) is known color: Flame Pea. HEX triplet: BD, 67 and 4C. RGB value is (189,103,76). Sum of RGB (Red+Green+Blue) = 189+103+76=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 76 (30.08% from 255 or 20.65% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD674C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD674C is #4298B3. Grayscale: #7D7D7D. Windows color (decimal): -4364468 or 5007293. OLE color: 5007293.

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

Color convert

RGB 189 103 76 -
CMYK 0 0.46 0.60 0.26
HSL 14.34º 0.46% 0.52% -
HSV(B) 14.34º 0.6% 0.74% -
XYZ 27.14 21.04 9.47 -
YUV 125.64 99.99 173.2 -
System Red Green Blue C M Y K H S L
Decimal 189 103 76 0 0.46 0.60 0.26 14.34 0.46 0.52
Hex BD 67 4C 0 2E 3C 1A E 2E 34
Octal 275 147 114 0 56 74 32 16 56 64
Binary 10111101 1100111 1001100 0 101110 111100 11010 1110 101110 110100

Color Harmonies of #BD674C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD674C

Black with #BD674C

Text Example


Text Example

White with #BD674C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD674C; }

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

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

background-color css

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

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

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

border-color css

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

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

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