Html Css Color HEX #B8847E Brandy Rose

📋 copy color: '#B8847E'

red 184 ◦ green 132 ◦ blue 126

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

Shades of Brandy Rose #B8847E

Tints of Brandy Rose #B8847E

RGB

 RED value IS 184 (72.27% from 255) = 41.63%

 GREEN value IS 132 (51.95% from 255) = 29.86%

 BLUE value IS 126 (49.61% from 255) = 28.51%

R = 41.63%
G = 29.86%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B8847E (or 0xB8847E) is known color: Brandy Rose. HEX triplet: B8, 84 and 7E. RGB value is (184,132,126). Sum of RGB (Red+Green+Blue) = 184+132+126=442 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.63% from 442); Green value is 132 (51.95% from 255 or 29.86% from 442); Blue value is 126 (49.61% from 255 or 28.51% from 442); Max value from RGB is 184 - color contains mainly: red. Hex color #B8847E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8847E is #477B81. Grayscale: #929292. Windows color (decimal): -4684674 or 8291512. OLE color: 8291512.

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

Color convert

RGB 184 132 126 -
CMYK 0 0.28 0.32 0.28
HSL 6.21º 0.29% 0.61% -
HSV(B) 6.21º 0.32% 0.72% -
XYZ 31.78 28.2 23.51 -
YUV 146.86 116.23 154.49 -
System Red Green Blue C M Y K H S L
Decimal 184 132 126 0 0.28 0.32 0.28 6.21 0.29 0.61
Hex B8 84 7E 0 1C 20 1C 6 1D 3D
Octal 270 204 176 0 34 40 34 6 35 75
Binary 10111000 10000100 1111110 0 11100 100000 11100 110 11101 111101

Color Harmonies of #B8847E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8847E

Black with #B8847E

Text Example


Text Example

White with #B8847E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8847E; }

 p { color: rgb(184,132,126); }

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

background-color css

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

 a { background-color: rgb(184,132,126); }

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

border-color css

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

 span { border-color: rgb(184,132,126); }

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