Html Css Color HEX #BF876C Burning Sand

📋 copy color: '#BF876C'

red 191 ◦ green 135 ◦ blue 108

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

Shades of Burning Sand #BF876C

Tints of Burning Sand #BF876C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.88%

R = 44.01%
G = 31.11%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BF876C (or 0xBF876C) is known color: Burning Sand. HEX triplet: BF, 87 and 6C. RGB value is (191,135,108). Sum of RGB (Red+Green+Blue) = 191+135+108=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 135 (53.12% from 255 or 31.11% from 434); Blue value is 108 (42.58% from 255 or 24.88% from 434); Max value from RGB is 191 - color contains mainly: red. Hex color #BF876C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF876C is #407893. Grayscale: #949494. Windows color (decimal): -4225172 or 7112639. OLE color: 7112639.

HSL color Cylindrical-coordinate representation of color #BF876C: hue angle of 19.52º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF876C is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 135 108 -
CMYK 0 0.29 0.43 0.25
HSL 19.52º 0.39% 0.59% -
HSV(B) 19.52º 0.43% 0.75% -
XYZ 32.86 29.49 18.15 -
YUV 148.67 105.05 158.2 -
System Red Green Blue C M Y K H S L
Decimal 191 135 108 0 0.29 0.43 0.25 19.52 0.39 0.59
Hex BF 87 6C 0 1D 2B 19 14 27 3B
Octal 277 207 154 0 35 53 31 24 47 73
Binary 10111111 10000111 1101100 0 11101 101011 11001 10100 100111 111011

Color Harmonies of #BF876C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF876C

Black with #BF876C

Text Example


Text Example

White with #BF876C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF876C; }

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

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

background-color css

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

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

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

border-color css

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

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

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