#B67F7E

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

Shades of Brandy Rose #B67F7E

Tints of Brandy Rose #B67F7E

Color information

#B67F7E (or 0xB67F7E) is unknown color: approx Brandy Rose. HEX triplet: B6, 7F and 7E. RGB value is (182,127,126). Sum of RGB (Red+Green+Blue) = 182+127+126=435 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.84% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 126 (49.61% from 255 or 28.97% from 435); Max value from RGB is 182 - color contains mainly: red. Hex color #B67F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67F7E is #498081. Grayscale: #8F8F8F. Windows color (decimal): -4817026 or 8290230. OLE color: 8290230.

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

Color convert

RGB182127126-
CMYK00.300.310.29
HSL1.07º27.72%60.39%-
HSV(B)1.07º30.77%71.37%-
XYZ30.6526.6323.26-
YUV143.33118.22155.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.84%
GREEN value IS 127 (50% from 255) = 29.20%
BLUE value IS 126 (49.61% from 255) = 28.97%
R=41.84%
G=29.20%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212712600.300.310.291.0727.7260.39
HexB67F7E01E1F1D11c3c
Octal266177176036373513474
Binary10110110111111111111100111101111111101111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67F7E; }

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

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

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

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

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

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

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

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