Html Css Color HEX #BF7D6D Brandy Rose

📋 copy color: '#BF7D6D'

red 191 ◦ green 125 ◦ blue 109

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

Shades of Brandy Rose #BF7D6D

Tints of Brandy Rose #BF7D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.65%

R = 44.94%
G = 29.41%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BF7D6D (or 0xBF7D6D) is known color: Brandy Rose. HEX triplet: BF, 7D and 6D. RGB value is (191,125,109). Sum of RGB (Red+Green+Blue) = 191+125+109=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7D6D is #408292. Grayscale: #8F8F8F. Windows color (decimal): -4227731 or 7175615. OLE color: 7175615.

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

Color convert

RGB 191 125 109 -
CMYK 0 0.35 0.43 0.25
HSL 11.71º 0.39% 0.59% -
HSV(B) 11.71º 0.43% 0.75% -
XYZ 31.58 26.85 17.99 -
YUV 142.91 108.87 162.3 -
System Red Green Blue C M Y K H S L
Decimal 191 125 109 0 0.35 0.43 0.25 11.71 0.39 0.59
Hex BF 7D 6D 0 23 2B 19 C 27 3B
Octal 277 175 155 0 43 53 31 14 47 73
Binary 10111111 1111101 1101101 0 100011 101011 11001 1100 100111 111011

Color Harmonies of #BF7D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7D6D

Black with #BF7D6D

Text Example


Text Example

White with #BF7D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7D6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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