Html Css Color HEX #BB7A73 Brandy Rose

📋 copy color: '#BB7A73'

red 187 ◦ green 122 ◦ blue 115

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

Shades of Brandy Rose #BB7A73

Tints of Brandy Rose #BB7A73

RGB

 RED value IS 187 (73.44% from 255) = 44.1%

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

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

R = 44.1%
G = 28.77%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BB7A73 (or 0xBB7A73) is known color: Brandy Rose. HEX triplet: BB, 7A and 73. RGB value is (187,122,115). Sum of RGB (Red+Green+Blue) = 187+122+115=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 115 (45.31% from 255 or 27.12% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7A73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7A73 is #44858C. Grayscale: #8C8C8C. Windows color (decimal): -4490637 or 7568059. OLE color: 7568059.

HSL color Cylindrical-coordinate representation of color #BB7A73: hue angle of 5.83º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB7A73 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 122 115 -
CMYK 0 0.35 0.39 0.27
HSL 5.83º 0.35% 0.59% -
HSV(B) 5.83º 0.39% 0.73% -
XYZ 30.55 25.72 19.57 -
YUV 140.64 113.53 161.07 -
System Red Green Blue C M Y K H S L
Decimal 187 122 115 0 0.35 0.39 0.27 5.83 0.35 0.59
Hex BB 7A 73 0 23 27 1B 6 23 3B
Octal 273 172 163 0 43 47 33 6 43 73
Binary 10111011 1111010 1110011 0 100011 100111 11011 110 100011 111011

Color Harmonies of #BB7A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7A73

Black with #BB7A73

Text Example


Text Example

White with #BB7A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7A73; }

 p { color: rgb(187,122,115); }

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

background-color css

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

 a { background-color: rgb(187,122,115); }

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

border-color css

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

 span { border-color: rgb(187,122,115); }

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