Html Css Color HEX #BF7D68 Burning Sand

📋 copy color: '#BF7D68'

red 191 ◦ green 125 ◦ blue 104

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

Shades of Burning Sand #BF7D68

Tints of Burning Sand #BF7D68

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.76%

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

R = 45.48%
G = 29.76%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BF7D68 (or 0xBF7D68) is known color: Burning Sand. HEX triplet: BF, 7D and 68. RGB value is (191,125,104). Sum of RGB (Red+Green+Blue) = 191+125+104=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 125 (49.22% from 255 or 29.76% from 420); Blue value is 104 (41.02% from 255 or 24.76% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7D68 is #408297. Grayscale: #8E8E8E. Windows color (decimal): -4227736 or 6847935. OLE color: 6847935.

HSL color Cylindrical-coordinate representation of color #BF7D68: hue angle of 14.48º 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 #BF7D68 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 125 104 -
CMYK 0 0.35 0.46 0.25
HSL 14.48º 0.4% 0.58% -
HSV(B) 14.48º 0.46% 0.75% -
XYZ 31.32 26.74 16.61 -
YUV 142.34 106.37 162.71 -
System Red Green Blue C M Y K H S L
Decimal 191 125 104 0 0.35 0.46 0.25 14.48 0.4 0.58
Hex BF 7D 68 0 23 2E 19 E 28 3A
Octal 277 175 150 0 43 56 31 16 50 72
Binary 10111111 1111101 1101000 0 100011 101110 11001 1110 101000 111010

Color Harmonies of #BF7D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7D68

Black with #BF7D68

Text Example


Text Example

White with #BF7D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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