Html Css Color HEX #BF7F68 Burning Sand

📋 copy color: '#BF7F68'

red 191 ◦ green 127 ◦ blue 104

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

Shades of Burning Sand #BF7F68

Tints of Burning Sand #BF7F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.64%

R = 45.26%
G = 30.09%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BF7F68 (or 0xBF7F68) is known color: Burning Sand. HEX triplet: BF, 7F and 68. RGB value is (191,127,104). Sum of RGB (Red+Green+Blue) = 191+127+104=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 104 (41.02% from 255 or 24.64% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7F68 is #408097. Grayscale: #8F8F8F. Windows color (decimal): -4227224 or 6848447. OLE color: 6848447.

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

Color convert

RGB 191 127 104 -
CMYK 0 0.34 0.46 0.25
HSL 15.86º 0.4% 0.58% -
HSV(B) 15.86º 0.46% 0.75% -
XYZ 31.57 27.25 16.69 -
YUV 143.51 105.7 161.87 -
System Red Green Blue C M Y K H S L
Decimal 191 127 104 0 0.34 0.46 0.25 15.86 0.4 0.58
Hex BF 7F 68 0 22 2E 19 10 28 3A
Octal 277 177 150 0 42 56 31 20 50 72
Binary 10111111 1111111 1101000 0 100010 101110 11001 10000 101000 111010

Color Harmonies of #BF7F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7F68

Black with #BF7F68

Text Example


Text Example

White with #BF7F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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