#B67F7F

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

Shades of Brandy Rose #B67F7F

Tints of Brandy Rose #B67F7F

Color information

#B67F7F (or 0xB67F7F) is unknown color: approx Brandy Rose. HEX triplet: B6, 7F and 7F. RGB value is (182,127,127). Sum of RGB (Red+Green+Blue) = 182+127+127=436 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.74% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 182 - color contains mainly: red. Hex color #B67F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67F7F is #498080. Grayscale: #8F8F8F. Windows color (decimal): -4817025 or 8355766. OLE color: 8355766.

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

Color convert

RGB182127127-
CMYK00.300.300.29
HSL27.36%60.59%-
HSV(B)30.22%71.37%-
XYZ30.7126.6623.61-
YUV143.44118.72155.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.74%
GREEN value IS 127 (50% from 255) = 29.13%
BLUE value IS 127 (50% from 255) = 29.13%
R=41.74%
G=29.13%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212712700.300.300.29027.3660.59
HexB67F7F01E1E1D01b3d
Octal266177177036363503375
Binary10110110111111111111110111101111011101011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67F7F; }

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

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

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

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

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

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

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

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