#B67F7B

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

Shades of Brandy Rose #B67F7B

Tints of Brandy Rose #B67F7B

Color information

#B67F7B (or 0xB67F7B) is unknown color: approx Brandy Rose. HEX triplet: B6, 7F and 7B. RGB value is (182,127,123). Sum of RGB (Red+Green+Blue) = 182+127+123=432 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.13% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 123 (48.44% from 255 or 28.47% from 432); Max value from RGB is 182 - color contains mainly: red. Hex color #B67F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67F7B is #498084. Grayscale: #8F8F8F. Windows color (decimal): -4817029 or 8093622. OLE color: 8093622.

HSL color Cylindrical-coordinate representation of color #B67F7B: hue angle of 4.07º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B67F7B is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB182127123-
CMYK00.300.320.29
HSL4.07º28.78%59.8%-
HSV(B)4.07º32.42%71.37%-
XYZ30.4626.5522.26-
YUV142.99116.72155.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.13%
GREEN value IS 127 (50% from 255) = 29.40%
BLUE value IS 123 (48.44% from 255) = 28.47%
R=42.13%
G=29.40%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212712300.300.320.294.0728.7859.8
HexB67F7B01E201D41d3c
Octal266177173036403543574
Binary10110110111111111110110111101000001110110011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67F7B; }

 p { color: rgb(182,127,123); }

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

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

 a { background-color: rgb(182,127,123); }

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

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

 span { border-color: rgb(182,127,123); }

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