Html Css Color HEX #BF816B Burning Sand

📋 copy color: '#BF816B'

red 191 ◦ green 129 ◦ blue 107

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

Shades of Burning Sand #BF816B

Tints of Burning Sand #BF816B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.21%

 BLUE value IS 107 (42.19% from 255) = 25.06%

R = 44.73%
G = 30.21%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BF816B (or 0xBF816B) is known color: Burning Sand. HEX triplet: BF, 81 and 6B. RGB value is (191,129,107). Sum of RGB (Red+Green+Blue) = 191+129+107=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 129 (50.78% from 255 or 30.21% from 427); Blue value is 107 (42.19% from 255 or 25.06% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BF816B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF816B is #407E94. Grayscale: #919191. Windows color (decimal): -4226709 or 7045567. OLE color: 7045567.

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

Color convert

RGB 191 129 107 -
CMYK 0 0.32 0.44 0.25
HSL 15.71º 0.4% 0.58% -
HSV(B) 15.71º 0.44% 0.75% -
XYZ 31.99 27.84 17.6 -
YUV 145.03 106.54 160.79 -
System Red Green Blue C M Y K H S L
Decimal 191 129 107 0 0.32 0.44 0.25 15.71 0.4 0.58
Hex BF 81 6B 0 20 2C 19 10 28 3A
Octal 277 201 153 0 40 54 31 20 50 72
Binary 10111111 10000001 1101011 0 100000 101100 11001 10000 101000 111010

Color Harmonies of #BF816B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF816B

Black with #BF816B

Text Example


Text Example

White with #BF816B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF816B; }

 p { color: rgb(191,129,107); }

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

background-color css

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

 a { background-color: rgb(191,129,107); }

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

border-color css

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

 span { border-color: rgb(191,129,107); }

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