Html Css Color HEX #BF7D70 Brandy Rose

📋 copy color: '#BF7D70'

red 191 ◦ green 125 ◦ blue 112

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

Shades of Brandy Rose #BF7D70

Tints of Brandy Rose #BF7D70

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.21%

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

R = 44.63%
G = 29.21%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BF7D70 (or 0xBF7D70) is known color: Brandy Rose. HEX triplet: BF, 7D and 70. RGB value is (191,125,112). Sum of RGB (Red+Green+Blue) = 191+125+112=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 125 (49.22% from 255 or 29.21% from 428); Blue value is 112 (44.14% from 255 or 26.17% from 428); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7D70 is #40828F. Grayscale: #8F8F8F. Windows color (decimal): -4227728 or 7372223. OLE color: 7372223.

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

Color convert

RGB 191 125 112 -
CMYK 0 0.35 0.41 0.25
HSL 9.87º 0.38% 0.59% -
HSV(B) 9.87º 0.41% 0.75% -
XYZ 31.74 26.91 18.85 -
YUV 143.25 110.37 162.06 -
System Red Green Blue C M Y K H S L
Decimal 191 125 112 0 0.35 0.41 0.25 9.87 0.38 0.59
Hex BF 7D 70 0 23 29 19 A 26 3B
Octal 277 175 160 0 43 51 31 12 46 73
Binary 10111111 1111101 1110000 0 100011 101001 11001 1010 100110 111011

Color Harmonies of #BF7D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7D70

Black with #BF7D70

Text Example


Text Example

White with #BF7D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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