Html Css Color HEX #BD674B Flame Pea

📋 copy color: '#BD674B'

red 189 ◦ green 103 ◦ blue 75

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

Shades of Flame Pea #BD674B

Tints of Flame Pea #BD674B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.44%

R = 51.5%
G = 28.07%
B = 20.44%

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

#BD674B (or 0xBD674B) is known color: Flame Pea. HEX triplet: BD, 67 and 4B. RGB value is (189,103,75). Sum of RGB (Red+Green+Blue) = 189+103+75=367 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.50% from 367); Green value is 103 (40.62% from 255 or 28.07% from 367); Blue value is 75 (29.69% from 255 or 20.44% from 367); Max value from RGB is 189 - color contains mainly: red. Hex color #BD674B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD674B is #4298B4. Grayscale: #7D7D7D. Windows color (decimal): -4364469 or 4941757. OLE color: 4941757.

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

Color convert

RGB 189 103 75 -
CMYK 0 0.46 0.60 0.26
HSL 14.74º 0.46% 0.52% -
HSV(B) 14.74º 0.6% 0.74% -
XYZ 27.11 21.03 9.29 -
YUV 125.52 99.49 173.28 -
System Red Green Blue C M Y K H S L
Decimal 189 103 75 0 0.46 0.60 0.26 14.74 0.46 0.52
Hex BD 67 4B 0 2E 3C 1A F 2E 34
Octal 275 147 113 0 56 74 32 17 56 64
Binary 10111101 1100111 1001011 0 101110 111100 11010 1111 101110 110100

Color Harmonies of #BD674B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD674B

Black with #BD674B

Text Example


Text Example

White with #BD674B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD674B; }

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

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

background-color css

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

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

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

border-color css

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

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

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