Html Css Color HEX #B3897C Brandy Rose

📋 copy color: '#B3897C'

red 179 ◦ green 137 ◦ blue 124

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

Shades of Brandy Rose #B3897C

Tints of Brandy Rose #B3897C

RGB

 RED value IS 179 (70.31% from 255) = 40.68%

 GREEN value IS 137 (53.91% from 255) = 31.14%

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

R = 40.68%
G = 31.14%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B3897C (or 0xB3897C) is known color: Brandy Rose. HEX triplet: B3, 89 and 7C. RGB value is (179,137,124). Sum of RGB (Red+Green+Blue) = 179+137+124=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 179 - color contains mainly: red. Hex color #B3897C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3897C is #4C7683. Grayscale: #949494. Windows color (decimal): -5011076 or 8161715. OLE color: 8161715.

HSL color Cylindrical-coordinate representation of color #B3897C: hue angle of 14.18º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B3897C is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 137 124 -
CMYK 0 0.23 0.31 0.30
HSL 14.18º 0.27% 0.59% -
HSV(B) 14.18º 0.31% 0.7% -
XYZ 31.17 28.93 23.01 -
YUV 148.08 114.41 150.06 -
System Red Green Blue C M Y K H S L
Decimal 179 137 124 0 0.23 0.31 0.30 14.18 0.27 0.59
Hex B3 89 7C 0 17 1F 1E E 1B 3B
Octal 263 211 174 0 27 37 36 16 33 73
Binary 10110011 10001001 1111100 0 10111 11111 11110 1110 11011 111011

Color Harmonies of #B3897C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3897C

Black with #B3897C

Text Example


Text Example

White with #B3897C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3897C; }

 p { color: rgb(179,137,124); }

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

background-color css

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

 a { background-color: rgb(179,137,124); }

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

border-color css

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

 span { border-color: rgb(179,137,124); }

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