Html Css Color HEX #BF7A77 Brandy Rose

📋 copy color: '#BF7A77'

red 191 ◦ green 122 ◦ blue 119

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

Shades of Brandy Rose #BF7A77

Tints of Brandy Rose #BF7A77

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.24%

 BLUE value IS 119 (46.88% from 255) = 27.55%

R = 44.21%
G = 28.24%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BF7A77 (or 0xBF7A77) is known color: Brandy Rose. HEX triplet: BF, 7A and 77. RGB value is (191,122,119). Sum of RGB (Red+Green+Blue) = 191+122+119=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 122 (48.05% from 255 or 28.24% from 432); Blue value is 119 (46.88% from 255 or 27.55% from 432); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7A77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7A77 is #408588. Grayscale: #8E8E8E. Windows color (decimal): -4228489 or 7830207. OLE color: 7830207.

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

Color convert

RGB 191 122 119 -
CMYK 0 0.36 0.38 0.25
HSL 2.5º 0.36% 0.61% -
HSV(B) 2.5º 0.38% 0.75% -
XYZ 31.78 26.33 20.86 -
YUV 142.29 114.86 162.74 -
System Red Green Blue C M Y K H S L
Decimal 191 122 119 0 0.36 0.38 0.25 2.5 0.36 0.61
Hex BF 7A 77 0 24 26 19 2 24 3D
Octal 277 172 167 0 44 46 31 2 44 75
Binary 10111111 1111010 1110111 0 100100 100110 11001 10 100100 111101

Color Harmonies of #BF7A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7A77

Black with #BF7A77

Text Example


Text Example

White with #BF7A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7A77; }

 p { color: rgb(191,122,119); }

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

background-color css

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

 a { background-color: rgb(191,122,119); }

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

border-color css

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

 span { border-color: rgb(191,122,119); }

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