Html Css Color HEX #BF825B Burning Sand

📋 copy color: '#BF825B'

red 191 ◦ green 130 ◦ blue 91

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

Shades of Burning Sand #BF825B

Tints of Burning Sand #BF825B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.09%

R = 46.36%
G = 31.55%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BF825B (or 0xBF825B) is known color: Burning Sand. HEX triplet: BF, 82 and 5B. RGB value is (191,130,91). Sum of RGB (Red+Green+Blue) = 191+130+91=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 91 (35.94% from 255 or 22.09% from 412); Max value from RGB is 191 - color contains mainly: red. Hex color #BF825B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF825B is #407DA4. Grayscale: #909090. Windows color (decimal): -4226469 or 5997247. OLE color: 5997247.

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

Color convert

RGB 191 130 91 -
CMYK 0 0.32 0.52 0.25
HSL 23.4º 0.44% 0.55% -
HSV(B) 23.4º 0.52% 0.75% -
XYZ 31.36 27.8 13.61 -
YUV 143.79 98.21 161.67 -
System Red Green Blue C M Y K H S L
Decimal 191 130 91 0 0.32 0.52 0.25 23.4 0.44 0.55
Hex BF 82 5B 0 20 34 19 17 2C 37
Octal 277 202 133 0 40 64 31 27 54 67
Binary 10111111 10000010 1011011 0 100000 110100 11001 10111 101100 110111

Color Harmonies of #BF825B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF825B

Black with #BF825B

Text Example


Text Example

White with #BF825B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF825B; }

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

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

background-color css

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

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

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

border-color css

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

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

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