Html Css Color HEX #BF7D65 Burning Sand

📋 copy color: '#BF7D65'

red 191 ◦ green 125 ◦ blue 101

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

Shades of Burning Sand #BF7D65

Tints of Burning Sand #BF7D65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.22%

R = 45.8%
G = 29.98%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BF7D65 (or 0xBF7D65) is known color: Burning Sand. HEX triplet: BF, 7D and 65. RGB value is (191,125,101). Sum of RGB (Red+Green+Blue) = 191+125+101=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7D65 is #40829A. Grayscale: #8E8E8E. Windows color (decimal): -4227739 or 6651327. OLE color: 6651327.

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

Color convert

RGB 191 125 101 -
CMYK 0 0.35 0.47 0.25
HSL 16º 0.41% 0.57% -
HSV(B) 16º 0.47% 0.75% -
XYZ 31.17 26.68 15.82 -
YUV 142 104.87 162.95 -
System Red Green Blue C M Y K H S L
Decimal 191 125 101 0 0.35 0.47 0.25 16 0.41 0.57
Hex BF 7D 65 0 23 2F 19 10 29 39
Octal 277 175 145 0 43 57 31 20 51 71
Binary 10111111 1111101 1100101 0 100011 101111 11001 10000 101001 111001

Color Harmonies of #BF7D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7D65

Black with #BF7D65

Text Example


Text Example

White with #BF7D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7D65; }

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

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

background-color css

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

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

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

border-color css

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

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

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