Html Css Color HEX #BD694D Flame Pea

📋 copy color: '#BD694D'

red 189 ◦ green 105 ◦ blue 77

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

Shades of Flame Pea #BD694D

Tints of Flame Pea #BD694D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.3%

 BLUE value IS 77 (30.47% from 255) = 20.75%

R = 50.94%
G = 28.3%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BD694D (or 0xBD694D) is known color: Flame Pea. HEX triplet: BD, 69 and 4D. RGB value is (189,105,77). Sum of RGB (Red+Green+Blue) = 189+105+77=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD694D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD694D is #4296B2. Grayscale: #7F7F7F. Windows color (decimal): -4363955 or 5073341. OLE color: 5073341.

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

Color convert

RGB 189 105 77 -
CMYK 0 0.44 0.59 0.26
HSL 15º 0.46% 0.52% -
HSV(B) 15º 0.59% 0.74% -
XYZ 27.38 21.46 9.72 -
YUV 126.92 99.83 172.28 -
System Red Green Blue C M Y K H S L
Decimal 189 105 77 0 0.44 0.59 0.26 15 0.46 0.52
Hex BD 69 4D 0 2C 3B 1A F 2E 34
Octal 275 151 115 0 54 73 32 17 56 64
Binary 10111101 1101001 1001101 0 101100 111011 11010 1111 101110 110100

Color Harmonies of #BD694D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD694D

Black with #BD694D

Text Example


Text Example

White with #BD694D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD694D; }

 p { color: rgb(189,105,77); }

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

background-color css

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

 a { background-color: rgb(189,105,77); }

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

border-color css

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

 span { border-color: rgb(189,105,77); }

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