Html Css Color HEX #BF7B73 Brandy Rose

📋 copy color: '#BF7B73'

red 191 ◦ green 123 ◦ blue 115

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

Shades of Brandy Rose #BF7B73

Tints of Brandy Rose #BF7B73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.81%

R = 44.52%
G = 28.67%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BF7B73 (or 0xBF7B73) is known color: Brandy Rose. HEX triplet: BF, 7B and 73. RGB value is (191,123,115). Sum of RGB (Red+Green+Blue) = 191+123+115=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 123 (48.44% from 255 or 28.67% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7B73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7B73 is #40848C. Grayscale: #8E8E8E. Windows color (decimal): -4228237 or 7568319. OLE color: 7568319.

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

Color convert

RGB 191 123 115 -
CMYK 0 0.36 0.40 0.25
HSL 6.32º 0.37% 0.6% -
HSV(B) 6.32º 0.4% 0.75% -
XYZ 31.66 26.48 19.66 -
YUV 142.42 112.53 162.65 -
System Red Green Blue C M Y K H S L
Decimal 191 123 115 0 0.36 0.40 0.25 6.32 0.37 0.6
Hex BF 7B 73 0 24 28 19 6 25 3C
Octal 277 173 163 0 44 50 31 6 45 74
Binary 10111111 1111011 1110011 0 100100 101000 11001 110 100101 111100

Color Harmonies of #BF7B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7B73

Black with #BF7B73

Text Example


Text Example

White with #BF7B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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