Html Css Color HEX #BF7F66 Burning Sand

📋 copy color: '#BF7F66'

red 191 ◦ green 127 ◦ blue 102

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

Shades of Burning Sand #BF7F66

Tints of Burning Sand #BF7F66

RGB

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

 GREEN value IS 127 (50% from 255) = 30.24%

 BLUE value IS 102 (40.23% from 255) = 24.29%

R = 45.48%
G = 30.24%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BF7F66 (or 0xBF7F66) is known color: Burning Sand. HEX triplet: BF, 7F and 66. RGB value is (191,127,102). Sum of RGB (Red+Green+Blue) = 191+127+102=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 102 (40.23% from 255 or 24.29% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7F66 is #408099. Grayscale: #8F8F8F. Windows color (decimal): -4227226 or 6717375. OLE color: 6717375.

HSL color Cylindrical-coordinate representation of color #BF7F66: hue angle of 16.85º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF7F66 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 127 102 -
CMYK 0 0.34 0.47 0.25
HSL 16.85º 0.41% 0.57% -
HSV(B) 16.85º 0.47% 0.75% -
XYZ 31.47 27.21 16.16 -
YUV 143.29 104.7 162.03 -
System Red Green Blue C M Y K H S L
Decimal 191 127 102 0 0.34 0.47 0.25 16.85 0.41 0.57
Hex BF 7F 66 0 22 2F 19 11 29 39
Octal 277 177 146 0 42 57 31 21 51 71
Binary 10111111 1111111 1100110 0 100010 101111 11001 10001 101001 111001

Color Harmonies of #BF7F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7F66

Black with #BF7F66

Text Example


Text Example

White with #BF7F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7F66; }

 p { color: rgb(191,127,102); }

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

background-color css

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

 a { background-color: rgb(191,127,102); }

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

border-color css

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

 span { border-color: rgb(191,127,102); }

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