Html Css Color HEX #B8807D Brandy Rose

📋 copy color: '#B8807D'

red 184 ◦ green 128 ◦ blue 125

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

Shades of Brandy Rose #B8807D

Tints of Brandy Rose #B8807D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.29%

 BLUE value IS 125 (49.22% from 255) = 28.6%

R = 42.11%
G = 29.29%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B8807D (or 0xB8807D) is known color: Brandy Rose. HEX triplet: B8, 80 and 7D. RGB value is (184,128,125). Sum of RGB (Red+Green+Blue) = 184+128+125=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 128 (50.39% from 255 or 29.29% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 184 - color contains mainly: red. Hex color #B8807D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8807D is #477F82. Grayscale: #909090. Windows color (decimal): -4685699 or 8224952. OLE color: 8224952.

HSL color Cylindrical-coordinate representation of color #B8807D: hue angle of 3.05º 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 #B8807D is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 128 125 -
CMYK 0 0.30 0.32 0.28
HSL 3.05º 0.29% 0.61% -
HSV(B) 3.05º 0.32% 0.72% -
XYZ 31.19 27.11 22.99 -
YUV 144.4 117.05 156.24 -
System Red Green Blue C M Y K H S L
Decimal 184 128 125 0 0.30 0.32 0.28 3.05 0.29 0.61
Hex B8 80 7D 0 1E 20 1C 3 1D 3D
Octal 270 200 175 0 36 40 34 3 35 75
Binary 10111000 10000000 1111101 0 11110 100000 11100 11 11101 111101

Color Harmonies of #B8807D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8807D

Black with #B8807D

Text Example


Text Example

White with #B8807D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8807D; }

 p { color: rgb(184,128,125); }

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

background-color css

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

 a { background-color: rgb(184,128,125); }

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

border-color css

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

 span { border-color: rgb(184,128,125); }

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