Html Css Color HEX #BF835E Burning Sand

📋 copy color: '#BF835E'

red 191 ◦ green 131 ◦ blue 94

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

Shades of Burning Sand #BF835E

Tints of Burning Sand #BF835E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.49%

 BLUE value IS 94 (37.11% from 255) = 22.6%

R = 45.91%
G = 31.49%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BF835E (or 0xBF835E) is known color: Burning Sand. HEX triplet: BF, 83 and 5E. RGB value is (191,131,94). Sum of RGB (Red+Green+Blue) = 191+131+94=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 131 (51.56% from 255 or 31.49% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BF835E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF835E is #407CA1. Grayscale: #909090. Windows color (decimal): -4226210 or 6194111. OLE color: 6194111.

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

Color convert

RGB 191 131 94 -
CMYK 0 0.31 0.51 0.25
HSL 22.89º 0.43% 0.56% -
HSV(B) 22.89º 0.51% 0.75% -
XYZ 31.62 28.12 14.35 -
YUV 144.72 99.38 161.01 -
System Red Green Blue C M Y K H S L
Decimal 191 131 94 0 0.31 0.51 0.25 22.89 0.43 0.56
Hex BF 83 5E 0 1F 33 19 17 2B 38
Octal 277 203 136 0 37 63 31 27 53 70
Binary 10111111 10000011 1011110 0 11111 110011 11001 10111 101011 111000

Color Harmonies of #BF835E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF835E

Black with #BF835E

Text Example


Text Example

White with #BF835E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF835E; }

 p { color: rgb(191,131,94); }

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

background-color css

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

 a { background-color: rgb(191,131,94); }

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

border-color css

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

 span { border-color: rgb(191,131,94); }

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