Html Css Color HEX #BD694C Flame Pea

📋 copy color: '#BD694C'

red 189 ◦ green 105 ◦ blue 76

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

Shades of Flame Pea #BD694C

Tints of Flame Pea #BD694C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.54%

R = 51.08%
G = 28.38%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BD694C (or 0xBD694C) is known color: Flame Pea. HEX triplet: BD, 69 and 4C. RGB value is (189,105,76). Sum of RGB (Red+Green+Blue) = 189+105+76=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 76 (30.08% from 255 or 20.54% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BD694C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD694C is #4296B3. Grayscale: #7F7F7F. Windows color (decimal): -4363956 or 5007805. OLE color: 5007805.

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

Color convert

RGB 189 105 76 -
CMYK 0 0.44 0.60 0.26
HSL 15.4º 0.46% 0.52% -
HSV(B) 15.4º 0.6% 0.74% -
XYZ 27.34 21.44 9.54 -
YUV 126.81 99.33 172.36 -
System Red Green Blue C M Y K H S L
Decimal 189 105 76 0 0.44 0.60 0.26 15.4 0.46 0.52
Hex BD 69 4C 0 2C 3C 1A F 2E 34
Octal 275 151 114 0 54 74 32 17 56 64
Binary 10111101 1101001 1001100 0 101100 111100 11010 1111 101110 110100

Color Harmonies of #BD694C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD694C

Black with #BD694C

Text Example


Text Example

White with #BD694C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD694C; }

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

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

background-color css

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

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

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

border-color css

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

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

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