Html Css Color HEX #BF8670 Brandy Rose

📋 copy color: '#BF8670'

red 191 ◦ green 134 ◦ blue 112

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

Shades of Brandy Rose #BF8670

Tints of Brandy Rose #BF8670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.63%

R = 43.71%
G = 30.66%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BF8670 (or 0xBF8670) is known color: Brandy Rose. HEX triplet: BF, 86 and 70. RGB value is (191,134,112). Sum of RGB (Red+Green+Blue) = 191+134+112=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8670 is #40798F. Grayscale: #949494. Windows color (decimal): -4225424 or 7374527. OLE color: 7374527.

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

Color convert

RGB 191 134 112 -
CMYK 0 0.30 0.41 0.25
HSL 16.71º 0.38% 0.59% -
HSV(B) 16.71º 0.41% 0.75% -
XYZ 32.94 29.3 19.25 -
YUV 148.54 107.38 158.29 -
System Red Green Blue C M Y K H S L
Decimal 191 134 112 0 0.30 0.41 0.25 16.71 0.38 0.59
Hex BF 86 70 0 1E 29 19 11 26 3B
Octal 277 206 160 0 36 51 31 21 46 73
Binary 10111111 10000110 1110000 0 11110 101001 11001 10001 100110 111011

Color Harmonies of #BF8670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8670

Black with #BF8670

Text Example


Text Example

White with #BF8670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8670; }

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

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

background-color css

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

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

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

border-color css

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

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

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