Html Css Color HEX #B7887C Brandy Rose

📋 copy color: '#B7887C'

red 183 ◦ green 136 ◦ blue 124

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

Shades of Brandy Rose #B7887C

Tints of Brandy Rose #B7887C

RGB

 RED value IS 183 (71.88% from 255) = 41.31%

 GREEN value IS 136 (53.52% from 255) = 30.7%

 BLUE value IS 124 (48.83% from 255) = 27.99%

R = 41.31%
G = 30.7%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B7887C (or 0xB7887C) is known color: Brandy Rose. HEX triplet: B7, 88 and 7C. RGB value is (183,136,124). Sum of RGB (Red+Green+Blue) = 183+136+124=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 183 - color contains mainly: red. Hex color #B7887C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7887C is #487783. Grayscale: #949494. Windows color (decimal): -4749188 or 8161463. OLE color: 8161463.

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

Color convert

RGB 183 136 124 -
CMYK 0 0.26 0.32 0.28
HSL 12.2º 0.29% 0.6% -
HSV(B) 12.2º 0.32% 0.72% -
XYZ 31.97 29.13 23.01 -
YUV 148.69 114.07 152.48 -
System Red Green Blue C M Y K H S L
Decimal 183 136 124 0 0.26 0.32 0.28 12.2 0.29 0.6
Hex B7 88 7C 0 1A 20 1C C 1D 3C
Octal 267 210 174 0 32 40 34 14 35 74
Binary 10110111 10001000 1111100 0 11010 100000 11100 1100 11101 111100

Color Harmonies of #B7887C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7887C

Black with #B7887C

Text Example


Text Example

White with #B7887C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7887C; }

 p { color: rgb(183,136,124); }

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

background-color css

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

 a { background-color: rgb(183,136,124); }

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

border-color css

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

 span { border-color: rgb(183,136,124); }

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