Html Css Color HEX #BF7D6F Brandy Rose

📋 copy color: '#BF7D6F'

red 191 ◦ green 125 ◦ blue 111

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

Shades of Brandy Rose #BF7D6F

Tints of Brandy Rose #BF7D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26%

R = 44.73%
G = 29.27%
B = 26%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BF7D6F (or 0xBF7D6F) is known color: Brandy Rose. HEX triplet: BF, 7D and 6F. RGB value is (191,125,111). Sum of RGB (Red+Green+Blue) = 191+125+111=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 125 (49.22% from 255 or 29.27% from 427); Blue value is 111 (43.75% from 255 or 26.00% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7D6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7D6F is #408290. Grayscale: #8F8F8F. Windows color (decimal): -4227729 or 7306687. OLE color: 7306687.

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

Color convert

RGB 191 125 111 -
CMYK 0 0.35 0.42 0.25
HSL 10.5º 0.38% 0.59% -
HSV(B) 10.5º 0.42% 0.75% -
XYZ 31.69 26.89 18.56 -
YUV 143.14 109.87 162.14 -
System Red Green Blue C M Y K H S L
Decimal 191 125 111 0 0.35 0.42 0.25 10.5 0.38 0.59
Hex BF 7D 6F 0 23 2A 19 A 26 3B
Octal 277 175 157 0 43 52 31 12 46 73
Binary 10111111 1111101 1101111 0 100011 101010 11001 1010 100110 111011

Color Harmonies of #BF7D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7D6F

Black with #BF7D6F

Text Example


Text Example

White with #BF7D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7D6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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