Html Css Color HEX #BD6746 Flame Pea

📋 copy color: '#BD6746'

red 189 ◦ green 103 ◦ blue 70

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

Shades of Flame Pea #BD6746

Tints of Flame Pea #BD6746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.34%

R = 52.21%
G = 28.45%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BD6746 (or 0xBD6746) is known color: Flame Pea. HEX triplet: BD, 67 and 46. RGB value is (189,103,70). Sum of RGB (Red+Green+Blue) = 189+103+70=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 70 (27.73% from 255 or 19.34% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6746 is #4298B9. Grayscale: #7D7D7D. Windows color (decimal): -4364474 or 4614077. OLE color: 4614077.

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

Color convert

RGB 189 103 70 -
CMYK 0 0.46 0.63 0.26
HSL 16.64º 0.47% 0.51% -
HSV(B) 16.64º 0.63% 0.74% -
XYZ 26.94 20.96 8.42 -
YUV 124.95 96.99 173.68 -
System Red Green Blue C M Y K H S L
Decimal 189 103 70 0 0.46 0.63 0.26 16.64 0.47 0.51
Hex BD 67 46 0 2E 3F 1A 11 2F 33
Octal 275 147 106 0 56 77 32 21 57 63
Binary 10111101 1100111 1000110 0 101110 111111 11010 10001 101111 110011

Color Harmonies of #BD6746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6746

Black with #BD6746

Text Example


Text Example

White with #BD6746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6746; }

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

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

background-color css

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

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

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

border-color css

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

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

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