Html Css Color HEX #BF825F Burning Sand

📋 copy color: '#BF825F'

red 191 ◦ green 130 ◦ blue 95

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

Shades of Burning Sand #BF825F

Tints of Burning Sand #BF825F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.25%

 BLUE value IS 95 (37.5% from 255) = 22.84%

R = 45.91%
G = 31.25%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#BF825F (or 0xBF825F) is known color: Burning Sand. HEX triplet: BF, 82 and 5F. RGB value is (191,130,95). Sum of RGB (Red+Green+Blue) = 191+130+95=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 130 (51.17% from 255 or 31.25% from 416); Blue value is 95 (37.5% from 255 or 22.84% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BF825F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF825F is #407DA0. Grayscale: #909090. Windows color (decimal): -4226465 or 6259391. OLE color: 6259391.

HSL color Cylindrical-coordinate representation of color #BF825F: hue angle of 21.88º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF825F is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 130 95 -
CMYK 0 0.32 0.50 0.25
HSL 21.88º 0.43% 0.56% -
HSV(B) 21.88º 0.5% 0.75% -
XYZ 31.53 27.87 14.54 -
YUV 144.25 100.21 161.35 -
System Red Green Blue C M Y K H S L
Decimal 191 130 95 0 0.32 0.50 0.25 21.88 0.43 0.56
Hex BF 82 5F 0 20 32 19 16 2B 38
Octal 277 202 137 0 40 62 31 26 53 70
Binary 10111111 10000010 1011111 0 100000 110010 11001 10110 101011 111000

Color Harmonies of #BF825F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF825F

Black with #BF825F

Text Example


Text Example

White with #BF825F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF825F; }

 p { color: rgb(191,130,95); }

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

background-color css

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

 a { background-color: rgb(191,130,95); }

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

border-color css

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

 span { border-color: rgb(191,130,95); }

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