Html Css Color HEX #BF6748 Flame Pea

📋 copy color: '#BF6748'

red 191 ◦ green 103 ◦ blue 72

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

Shades of Flame Pea #BF6748

Tints of Flame Pea #BF6748

RGB

 RED value IS 191 (75% from 255) = 52.19%

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

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

R = 52.19%
G = 28.14%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF6748 (or 0xBF6748) is known color: Flame Pea. HEX triplet: BF, 67 and 48. RGB value is (191,103,72). Sum of RGB (Red+Green+Blue) = 191+103+72=366 (48% of max value = 765). Red value is 191 (75% from 255 or 52.19% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 72 (28.52% from 255 or 19.67% from 366); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6748 is #4098B7. Grayscale: #7D7D7D. Windows color (decimal): -4233400 or 4745151. OLE color: 4745151.

HSL color Cylindrical-coordinate representation of color #BF6748: hue angle of 15.63º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF6748 is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 103 72 -
CMYK 0 0.46 0.62 0.25
HSL 15.63º 0.48% 0.52% -
HSV(B) 15.63º 0.62% 0.75% -
XYZ 27.51 21.24 8.78 -
YUV 125.78 97.65 174.52 -
System Red Green Blue C M Y K H S L
Decimal 191 103 72 0 0.46 0.62 0.25 15.63 0.48 0.52
Hex BF 67 48 0 2E 3E 19 10 30 34
Octal 277 147 110 0 56 76 31 20 60 64
Binary 10111111 1100111 1001000 0 101110 111110 11001 10000 110000 110100

Color Harmonies of #BF6748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6748

Black with #BF6748

Text Example


Text Example

White with #BF6748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6748; }

 p { color: rgb(191,103,72); }

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

background-color css

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

 a { background-color: rgb(191,103,72); }

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

border-color css

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

 span { border-color: rgb(191,103,72); }

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