Html Css Color HEX #BF7B77 Brandy Rose

📋 copy color: '#BF7B77'

red 191 ◦ green 123 ◦ blue 119

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

Shades of Brandy Rose #BF7B77

Tints of Brandy Rose #BF7B77

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.41%

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

R = 44.11%
G = 28.41%
B = 27.48%

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

#BF7B77 (or 0xBF7B77) is known color: Brandy Rose. HEX triplet: BF, 7B and 77. RGB value is (191,123,119). Sum of RGB (Red+Green+Blue) = 191+123+119=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 123 (48.44% from 255 or 28.41% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7B77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7B77 is #408488. Grayscale: #8E8E8E. Windows color (decimal): -4228233 or 7830463. OLE color: 7830463.

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

Color convert

RGB 191 123 119 -
CMYK 0 0.36 0.38 0.25
HSL 3.33º 0.36% 0.61% -
HSV(B) 3.33º 0.38% 0.75% -
XYZ 31.9 26.57 20.9 -
YUV 142.88 114.53 162.33 -
System Red Green Blue C M Y K H S L
Decimal 191 123 119 0 0.36 0.38 0.25 3.33 0.36 0.61
Hex BF 7B 77 0 24 26 19 3 24 3D
Octal 277 173 167 0 44 46 31 3 44 75
Binary 10111111 1111011 1110111 0 100100 100110 11001 11 100100 111101

Color Harmonies of #BF7B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7B77

Black with #BF7B77

Text Example


Text Example

White with #BF7B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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