Html Css Color HEX #BF825D Burning Sand

📋 copy color: '#BF825D'

red 191 ◦ green 130 ◦ blue 93

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

Shades of Burning Sand #BF825D

Tints of Burning Sand #BF825D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.46%

R = 46.14%
G = 31.4%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BF825D (or 0xBF825D) is known color: Burning Sand. HEX triplet: BF, 82 and 5D. RGB value is (191,130,93). Sum of RGB (Red+Green+Blue) = 191+130+93=414 (54% of max value = 765). Red value is 191 (75% from 255 or 46.14% from 414); Green value is 130 (51.17% from 255 or 31.40% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 191 - color contains mainly: red. Hex color #BF825D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF825D is #407DA2. Grayscale: #909090. Windows color (decimal): -4226467 or 6128319. OLE color: 6128319.

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

Color convert

RGB 191 130 93 -
CMYK 0 0.32 0.51 0.25
HSL 22.65º 0.43% 0.56% -
HSV(B) 22.65º 0.51% 0.75% -
XYZ 31.44 27.83 14.07 -
YUV 144.02 99.21 161.51 -
System Red Green Blue C M Y K H S L
Decimal 191 130 93 0 0.32 0.51 0.25 22.65 0.43 0.56
Hex BF 82 5D 0 20 33 19 17 2B 38
Octal 277 202 135 0 40 63 31 27 53 70
Binary 10111111 10000010 1011101 0 100000 110011 11001 10111 101011 111000

Color Harmonies of #BF825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF825D

Black with #BF825D

Text Example


Text Example

White with #BF825D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF825D; }

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

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

background-color css

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

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

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

border-color css

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

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

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