Html Css Color HEX #BF8465 Burning Sand

📋 copy color: '#BF8465'

red 191 ◦ green 132 ◦ blue 101

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

Shades of Burning Sand #BF8465

Tints of Burning Sand #BF8465

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.13%

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

R = 45.05%
G = 31.13%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BF8465 (or 0xBF8465) is known color: Burning Sand. HEX triplet: BF, 84 and 65. RGB value is (191,132,101). Sum of RGB (Red+Green+Blue) = 191+132+101=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 132 (51.95% from 255 or 31.13% from 424); Blue value is 101 (39.84% from 255 or 23.82% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8465 is #407B9A. Grayscale: #929292. Windows color (decimal): -4225947 or 6653119. OLE color: 6653119.

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

Color convert

RGB 191 132 101 -
CMYK 0 0.31 0.47 0.25
HSL 20.67º 0.41% 0.57% -
HSV(B) 20.67º 0.47% 0.75% -
XYZ 32.09 28.52 16.13 -
YUV 146.11 102.55 160.02 -
System Red Green Blue C M Y K H S L
Decimal 191 132 101 0 0.31 0.47 0.25 20.67 0.41 0.57
Hex BF 84 65 0 1F 2F 19 15 29 39
Octal 277 204 145 0 37 57 31 25 51 71
Binary 10111111 10000100 1100101 0 11111 101111 11001 10101 101001 111001

Color Harmonies of #BF8465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8465

Black with #BF8465

Text Example


Text Example

White with #BF8465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8465; }

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

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

background-color css

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

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

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

border-color css

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

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

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