Html Css Color HEX #BF7E70 Brandy Rose

📋 copy color: '#BF7E70'

red 191 ◦ green 126 ◦ blue 112

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

Shades of Brandy Rose #BF7E70

Tints of Brandy Rose #BF7E70

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.37%

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

R = 44.52%
G = 29.37%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BF7E70 (or 0xBF7E70) is known color: Brandy Rose. HEX triplet: BF, 7E and 70. RGB value is (191,126,112). Sum of RGB (Red+Green+Blue) = 191+126+112=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 126 (49.61% from 255 or 29.37% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7E70 is #40818F. Grayscale: #8F8F8F. Windows color (decimal): -4227472 or 7372479. OLE color: 7372479.

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

Color convert

RGB 191 126 112 -
CMYK 0 0.34 0.41 0.25
HSL 10.63º 0.38% 0.59% -
HSV(B) 10.63º 0.41% 0.75% -
XYZ 31.87 27.17 18.89 -
YUV 143.84 110.03 161.64 -
System Red Green Blue C M Y K H S L
Decimal 191 126 112 0 0.34 0.41 0.25 10.63 0.38 0.59
Hex BF 7E 70 0 22 29 19 B 26 3B
Octal 277 176 160 0 42 51 31 13 46 73
Binary 10111111 1111110 1110000 0 100010 101001 11001 1011 100110 111011

Color Harmonies of #BF7E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7E70

Black with #BF7E70

Text Example


Text Example

White with #BF7E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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