Html Css Color HEX #BD6442 Flame Pea

📋 copy color: '#BD6442'

red 189 ◦ green 100 ◦ blue 66

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

Shades of Flame Pea #BD6442

Tints of Flame Pea #BD6442

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.17%

 BLUE value IS 66 (26.17% from 255) = 18.59%

R = 53.24%
G = 28.17%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BD6442 (or 0xBD6442) is known color: Flame Pea. HEX triplet: BD, 64 and 42. RGB value is (189,100,66). Sum of RGB (Red+Green+Blue) = 189+100+66=355 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.24% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 66 (26.17% from 255 or 18.59% from 355); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6442 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6442 is #429BBD. Grayscale: #7A7A7A. Windows color (decimal): -4365246 or 4351165. OLE color: 4351165.

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

Color convert

RGB 189 100 66 -
CMYK 0 0.47 0.65 0.26
HSL 16.59º 0.48% 0.5% -
HSV(B) 16.59º 0.65% 0.74% -
XYZ 26.53 20.33 7.68 -
YUV 122.74 95.99 175.26 -
System Red Green Blue C M Y K H S L
Decimal 189 100 66 0 0.47 0.65 0.26 16.59 0.48 0.5
Hex BD 64 42 0 2F 41 1A 11 30 32
Octal 275 144 102 0 57 101 32 21 60 62
Binary 10111101 1100100 1000010 0 101111 1000001 11010 10001 110000 110010

Color Harmonies of #BD6442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6442

Black with #BD6442

Text Example


Text Example

White with #BD6442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6442; }

 p { color: rgb(189,100,66); }

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

background-color css

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

 a { background-color: rgb(189,100,66); }

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

border-color css

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

 span { border-color: rgb(189,100,66); }

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