Html Css Color HEX #BF866D Brandy Rose

📋 copy color: '#BF866D'

red 191 ◦ green 134 ◦ blue 109

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

Shades of Brandy Rose #BF866D

Tints of Brandy Rose #BF866D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.88%

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

R = 44.01%
G = 30.88%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BF866D (or 0xBF866D) is known color: Brandy Rose. HEX triplet: BF, 86 and 6D. RGB value is (191,134,109). Sum of RGB (Red+Green+Blue) = 191+134+109=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 109 (42.97% from 255 or 25.12% from 434); Max value from RGB is 191 - color contains mainly: red. Hex color #BF866D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF866D is #407992. Grayscale: #949494. Windows color (decimal): -4225427 or 7177919. OLE color: 7177919.

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

Color convert

RGB 191 134 109 -
CMYK 0 0.30 0.43 0.25
HSL 18.29º 0.39% 0.59% -
HSV(B) 18.29º 0.43% 0.75% -
XYZ 32.77 29.23 18.38 -
YUV 148.19 105.88 158.53 -
System Red Green Blue C M Y K H S L
Decimal 191 134 109 0 0.30 0.43 0.25 18.29 0.39 0.59
Hex BF 86 6D 0 1E 2B 19 12 27 3B
Octal 277 206 155 0 36 53 31 22 47 73
Binary 10111111 10000110 1101101 0 11110 101011 11001 10010 100111 111011

Color Harmonies of #BF866D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF866D

Black with #BF866D

Text Example


Text Example

White with #BF866D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF866D; }

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

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

background-color css

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

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

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

border-color css

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

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

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