Html Css Color HEX #BF836D Brandy Rose

📋 copy color: '#BF836D'

red 191 ◦ green 131 ◦ blue 109

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

Shades of Brandy Rose #BF836D

Tints of Brandy Rose #BF836D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.29%

R = 44.32%
G = 30.39%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BF836D (or 0xBF836D) is known color: Brandy Rose. HEX triplet: BF, 83 and 6D. RGB value is (191,131,109). Sum of RGB (Red+Green+Blue) = 191+131+109=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BF836D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF836D is #407C92. Grayscale: #929292. Windows color (decimal): -4226195 or 7177151. OLE color: 7177151.

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

Color convert

RGB 191 131 109 -
CMYK 0 0.31 0.43 0.25
HSL 16.1º 0.39% 0.59% -
HSV(B) 16.1º 0.43% 0.75% -
XYZ 32.36 28.41 18.25 -
YUV 146.43 106.88 159.79 -
System Red Green Blue C M Y K H S L
Decimal 191 131 109 0 0.31 0.43 0.25 16.1 0.39 0.59
Hex BF 83 6D 0 1F 2B 19 10 27 3B
Octal 277 203 155 0 37 53 31 20 47 73
Binary 10111111 10000011 1101101 0 11111 101011 11001 10000 100111 111011

Color Harmonies of #BF836D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF836D

Black with #BF836D

Text Example


Text Example

White with #BF836D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF836D; }

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

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

background-color css

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

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

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

border-color css

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

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

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