Html Css Color HEX #BD6548 Flame Pea

📋 copy color: '#BD6548'

red 189 ◦ green 101 ◦ blue 72

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

Shades of Flame Pea #BD6548

Tints of Flame Pea #BD6548

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.9%

 BLUE value IS 72 (28.52% from 255) = 19.89%

R = 52.21%
G = 27.9%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BD6548 (or 0xBD6548) is known color: Flame Pea. HEX triplet: BD, 65 and 48. RGB value is (189,101,72). Sum of RGB (Red+Green+Blue) = 189+101+72=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 72 (28.52% from 255 or 19.89% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6548 is #429AB7. Grayscale: #7C7C7C. Windows color (decimal): -4364984 or 4744637. OLE color: 4744637.

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

Color convert

RGB 189 101 72 -
CMYK 0 0.47 0.62 0.26
HSL 14.87º 0.47% 0.51% -
HSV(B) 14.87º 0.62% 0.74% -
XYZ 26.81 20.59 8.69 -
YUV 124.01 98.65 174.36 -
System Red Green Blue C M Y K H S L
Decimal 189 101 72 0 0.47 0.62 0.26 14.87 0.47 0.51
Hex BD 65 48 0 2F 3E 1A F 2F 33
Octal 275 145 110 0 57 76 32 17 57 63
Binary 10111101 1100101 1001000 0 101111 111110 11010 1111 101111 110011

Color Harmonies of #BD6548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6548

Black with #BD6548

Text Example


Text Example

White with #BD6548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6548; }

 p { color: rgb(189,101,72); }

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

background-color css

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

 a { background-color: rgb(189,101,72); }

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

border-color css

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

 span { border-color: rgb(189,101,72); }

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