Html Css Color HEX #BF8570 Brandy Rose

📋 copy color: '#BF8570'

red 191 ◦ green 133 ◦ blue 112

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

Shades of Brandy Rose #BF8570

Tints of Brandy Rose #BF8570

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.5%

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

R = 43.81%
G = 30.5%
B = 25.69%

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

#BF8570 (or 0xBF8570) is known color: Brandy Rose. HEX triplet: BF, 85 and 70. RGB value is (191,133,112). Sum of RGB (Red+Green+Blue) = 191+133+112=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8570 is #407A8F. Grayscale: #949494. Windows color (decimal): -4225680 or 7374271. OLE color: 7374271.

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

Color convert

RGB 191 133 112 -
CMYK 0 0.30 0.41 0.25
HSL 15.95º 0.38% 0.59% -
HSV(B) 15.95º 0.41% 0.75% -
XYZ 32.8 29.02 19.2 -
YUV 147.95 107.72 158.71 -
System Red Green Blue C M Y K H S L
Decimal 191 133 112 0 0.30 0.41 0.25 15.95 0.38 0.59
Hex BF 85 70 0 1E 29 19 10 26 3B
Octal 277 205 160 0 36 51 31 20 46 73
Binary 10111111 10000101 1110000 0 11110 101001 11001 10000 100110 111011

Color Harmonies of #BF8570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8570

Black with #BF8570

Text Example


Text Example

White with #BF8570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8570; }

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

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

background-color css

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

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

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

border-color css

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

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

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