Html Css Color HEX #BF7D6E Brandy Rose

📋 copy color: '#BF7D6E'

red 191 ◦ green 125 ◦ blue 110

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

Shades of Brandy Rose #BF7D6E

Tints of Brandy Rose #BF7D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.82%

R = 44.84%
G = 29.34%
B = 25.82%

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

#BF7D6E (or 0xBF7D6E) is known color: Brandy Rose. HEX triplet: BF, 7D and 6E. RGB value is (191,125,110). Sum of RGB (Red+Green+Blue) = 191+125+110=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 110 (43.36% from 255 or 25.82% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7D6E is #408291. Grayscale: #8F8F8F. Windows color (decimal): -4227730 or 7241151. OLE color: 7241151.

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

Color convert

RGB 191 125 110 -
CMYK 0 0.35 0.42 0.25
HSL 11.11º 0.39% 0.59% -
HSV(B) 11.11º 0.42% 0.75% -
XYZ 31.63 26.87 18.27 -
YUV 143.02 109.37 162.22 -
System Red Green Blue C M Y K H S L
Decimal 191 125 110 0 0.35 0.42 0.25 11.11 0.39 0.59
Hex BF 7D 6E 0 23 2A 19 B 27 3B
Octal 277 175 156 0 43 52 31 13 47 73
Binary 10111111 1111101 1101110 0 100011 101010 11001 1011 100111 111011

Color Harmonies of #BF7D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7D6E

Black with #BF7D6E

Text Example


Text Example

White with #BF7D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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