Html Css Color HEX #BF836B Burning Sand

📋 copy color: '#BF836B'

red 191 ◦ green 131 ◦ blue 107

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

Shades of Burning Sand #BF836B

Tints of Burning Sand #BF836B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.94%

R = 44.52%
G = 30.54%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BF836B (or 0xBF836B) is known color: Burning Sand. HEX triplet: BF, 83 and 6B. RGB value is (191,131,107). Sum of RGB (Red+Green+Blue) = 191+131+107=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 107 (42.19% from 255 or 24.94% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF836B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF836B is #407C94. Grayscale: #929292. Windows color (decimal): -4226197 or 7046079. OLE color: 7046079.

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

Color convert

RGB 191 131 107 -
CMYK 0 0.31 0.44 0.25
HSL 17.14º 0.4% 0.58% -
HSV(B) 17.14º 0.44% 0.75% -
XYZ 32.26 28.37 17.69 -
YUV 146.2 105.88 159.95 -
System Red Green Blue C M Y K H S L
Decimal 191 131 107 0 0.31 0.44 0.25 17.14 0.4 0.58
Hex BF 83 6B 0 1F 2C 19 11 28 3A
Octal 277 203 153 0 37 54 31 21 50 72
Binary 10111111 10000011 1101011 0 11111 101100 11001 10001 101000 111010

Color Harmonies of #BF836B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF836B

Black with #BF836B

Text Example


Text Example

White with #BF836B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF836B; }

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

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

background-color css

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

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

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

border-color css

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

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

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