#B07A7A

Color #B07A7A Brandy Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Rose #B07A7A

Tints of Brandy Rose #B07A7A

Color information

#B07A7A (or 0xB07A7A) is unknown color: approx Brandy Rose. HEX triplet: B0, 7A and 7A. RGB value is (176,122,122). Sum of RGB (Red+Green+Blue) = 176+122+122=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 176 - color contains mainly: red. Hex color #B07A7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07A7A is #4F8585. Grayscale: #8A8A8A. Windows color (decimal): -5211526 or 8026800. OLE color: 8026800.

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

Color convert

RGB176122122-
CMYK00.310.310.31
HSL25.47%58.43%-
HSV(B)30.68%69.02%-
XYZ28.3824.5521.66-
YUV138.15118.89155-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.90%
GREEN value IS 122 (48.05% from 255) = 29.05%
BLUE value IS 122 (48.05% from 255) = 29.05%
R=41.90%
G=29.05%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612212200.310.310.31025.4758.43
HexB07A7A01F1F1F0193a
Octal260172172037373703172
Binary10110000111101011110100111111111111111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07A7A; }

 p { color: rgb(176,122,122); }

 H1.HeaderClassName
 {
   color: #B07A7A;
 }
 .AnyTagClassName
 {
   color: #B07A7A;
 }
</style>
background-color css

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

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

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

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

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

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