Html Css Color HEX #BF876B Burning Sand

📋 copy color: '#BF876B'

red 191 ◦ green 135 ◦ blue 107

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

Shades of Burning Sand #BF876B

Tints of Burning Sand #BF876B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.18%

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

R = 44.11%
G = 31.18%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BF876B (or 0xBF876B) is known color: Burning Sand. HEX triplet: BF, 87 and 6B. RGB value is (191,135,107). Sum of RGB (Red+Green+Blue) = 191+135+107=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 135 (53.12% from 255 or 31.18% from 433); Blue value is 107 (42.19% from 255 or 24.71% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BF876B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF876B is #407894. Grayscale: #949494. Windows color (decimal): -4225173 or 7047103. OLE color: 7047103.

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

Color convert

RGB 191 135 107 -
CMYK 0 0.29 0.44 0.25
HSL 20º 0.4% 0.58% -
HSV(B) 20º 0.44% 0.75% -
XYZ 32.8 29.47 17.87 -
YUV 148.55 104.55 158.28 -
System Red Green Blue C M Y K H S L
Decimal 191 135 107 0 0.29 0.44 0.25 20 0.4 0.58
Hex BF 87 6B 0 1D 2C 19 14 28 3A
Octal 277 207 153 0 35 54 31 24 50 72
Binary 10111111 10000111 1101011 0 11101 101100 11001 10100 101000 111010

Color Harmonies of #BF876B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF876B

Black with #BF876B

Text Example


Text Example

White with #BF876B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF876B; }

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

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

background-color css

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

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

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

border-color css

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

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

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