Html Css Color HEX #BF8270 Brandy Rose

📋 copy color: '#BF8270'

red 191 ◦ green 130 ◦ blue 112

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

Shades of Brandy Rose #BF8270

Tints of Brandy Rose #BF8270

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.02%

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

R = 44.11%
G = 30.02%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BF8270 (or 0xBF8270) is known color: Brandy Rose. HEX triplet: BF, 82 and 70. RGB value is (191,130,112). Sum of RGB (Red+Green+Blue) = 191+130+112=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8270 is #407D8F. Grayscale: #929292. Windows color (decimal): -4226448 or 7373503. OLE color: 7373503.

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

Color convert

RGB 191 130 112 -
CMYK 0 0.32 0.41 0.25
HSL 13.67º 0.38% 0.59% -
HSV(B) 13.67º 0.41% 0.75% -
XYZ 32.39 28.21 19.07 -
YUV 146.19 108.71 159.96 -
System Red Green Blue C M Y K H S L
Decimal 191 130 112 0 0.32 0.41 0.25 13.67 0.38 0.59
Hex BF 82 70 0 20 29 19 E 26 3B
Octal 277 202 160 0 40 51 31 16 46 73
Binary 10111111 10000010 1110000 0 100000 101001 11001 1110 100110 111011

Color Harmonies of #BF8270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8270

Black with #BF8270

Text Example


Text Example

White with #BF8270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8270; }

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

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

background-color css

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

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

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

border-color css

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

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

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