Html Css Color HEX #BF7E69 Burning Sand

📋 copy color: '#BF7E69'

red 191 ◦ green 126 ◦ blue 105

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

Shades of Burning Sand #BF7E69

Tints of Burning Sand #BF7E69

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.86%

 BLUE value IS 105 (41.41% from 255) = 24.88%

R = 45.26%
G = 29.86%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BF7E69 (or 0xBF7E69) is known color: Burning Sand. HEX triplet: BF, 7E and 69. RGB value is (191,126,105). Sum of RGB (Red+Green+Blue) = 191+126+105=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 126 (49.61% from 255 or 29.86% from 422); Blue value is 105 (41.41% from 255 or 24.88% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7E69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7E69 is #408196. Grayscale: #8F8F8F. Windows color (decimal): -4227479 or 6913727. OLE color: 6913727.

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

Color convert

RGB 191 126 105 -
CMYK 0 0.34 0.45 0.25
HSL 14.65º 0.4% 0.58% -
HSV(B) 14.65º 0.45% 0.75% -
XYZ 31.5 27.02 16.92 -
YUV 143.04 106.53 162.21 -
System Red Green Blue C M Y K H S L
Decimal 191 126 105 0 0.34 0.45 0.25 14.65 0.4 0.58
Hex BF 7E 69 0 22 2D 19 F 28 3A
Octal 277 176 151 0 42 55 31 17 50 72
Binary 10111111 1111110 1101001 0 100010 101101 11001 1111 101000 111010

Color Harmonies of #BF7E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7E69

Black with #BF7E69

Text Example


Text Example

White with #BF7E69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7E69; }

 p { color: rgb(191,126,105); }

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

background-color css

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

 a { background-color: rgb(191,126,105); }

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

border-color css

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

 span { border-color: rgb(191,126,105); }

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