Html Css Color HEX #BF876F Brandy Rose

📋 copy color: '#BF876F'

red 191 ◦ green 135 ◦ blue 111

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

Shades of Brandy Rose #BF876F

Tints of Brandy Rose #BF876F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.89%

 BLUE value IS 111 (43.75% from 255) = 25.4%

R = 43.71%
G = 30.89%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BF876F (or 0xBF876F) is known color: Brandy Rose. HEX triplet: BF, 87 and 6F. RGB value is (191,135,111). Sum of RGB (Red+Green+Blue) = 191+135+111=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 135 (53.12% from 255 or 30.89% from 437); Blue value is 111 (43.75% from 255 or 25.40% from 437); Max value from RGB is 191 - color contains mainly: red. Hex color #BF876F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF876F is #407890. Grayscale: #959595. Windows color (decimal): -4225169 or 7309247. OLE color: 7309247.

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

Color convert

RGB 191 135 111 -
CMYK 0 0.29 0.42 0.25
HSL 18º 0.38% 0.59% -
HSV(B) 18º 0.42% 0.75% -
XYZ 33.02 29.55 19 -
YUV 149.01 106.55 157.95 -
System Red Green Blue C M Y K H S L
Decimal 191 135 111 0 0.29 0.42 0.25 18 0.38 0.59
Hex BF 87 6F 0 1D 2A 19 12 26 3B
Octal 277 207 157 0 35 52 31 22 46 73
Binary 10111111 10000111 1101111 0 11101 101010 11001 10010 100110 111011

Color Harmonies of #BF876F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF876F

Black with #BF876F

Text Example


Text Example

White with #BF876F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF876F; }

 p { color: rgb(191,135,111); }

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

background-color css

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

 a { background-color: rgb(191,135,111); }

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

border-color css

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

 span { border-color: rgb(191,135,111); }

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