Html Css Color HEX #BF7B75 Brandy Rose

📋 copy color: '#BF7B75'

red 191 ◦ green 123 ◦ blue 117

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

Shades of Brandy Rose #BF7B75

Tints of Brandy Rose #BF7B75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.15%

R = 44.32%
G = 28.54%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BF7B75 (or 0xBF7B75) is known color: Brandy Rose. HEX triplet: BF, 7B and 75. RGB value is (191,123,117). Sum of RGB (Red+Green+Blue) = 191+123+117=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 123 (48.44% from 255 or 28.54% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7B75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7B75 is #40848A. Grayscale: #8E8E8E. Windows color (decimal): -4228235 or 7699391. OLE color: 7699391.

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

Color convert

RGB 191 123 117 -
CMYK 0 0.36 0.39 0.25
HSL 4.86º 0.37% 0.6% -
HSV(B) 4.86º 0.39% 0.75% -
XYZ 31.78 26.53 20.27 -
YUV 142.65 113.53 162.49 -
System Red Green Blue C M Y K H S L
Decimal 191 123 117 0 0.36 0.39 0.25 4.86 0.37 0.6
Hex BF 7B 75 0 24 27 19 5 25 3C
Octal 277 173 165 0 44 47 31 5 45 74
Binary 10111111 1111011 1110101 0 100100 100111 11001 101 100101 111100

Color Harmonies of #BF7B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7B75

Black with #BF7B75

Text Example


Text Example

White with #BF7B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7B75; }

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

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

background-color css

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

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

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

border-color css

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

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

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