Html Css Color HEX #B88E7D Brandy Rose

📋 copy color: '#B88E7D'

red 184 ◦ green 142 ◦ blue 125

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

Shades of Brandy Rose #B88E7D

Tints of Brandy Rose #B88E7D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.49%

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

R = 40.8%
G = 31.49%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B88E7D (or 0xB88E7D) is known color: Brandy Rose. HEX triplet: B8, 8E and 7D. RGB value is (184,142,125). Sum of RGB (Red+Green+Blue) = 184+142+125=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 142 (55.86% from 255 or 31.49% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 184 - color contains mainly: red. Hex color #B88E7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88E7D is #477182. Grayscale: #989898. Windows color (decimal): -4682115 or 8228536. OLE color: 8228536.

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

Color convert

RGB 184 142 125 -
CMYK 0 0.23 0.32 0.28
HSL 17.29º 0.29% 0.61% -
HSV(B) 17.29º 0.32% 0.72% -
XYZ 33.14 31.02 23.64 -
YUV 152.62 112.41 150.38 -
System Red Green Blue C M Y K H S L
Decimal 184 142 125 0 0.23 0.32 0.28 17.29 0.29 0.61
Hex B8 8E 7D 0 17 20 1C 11 1D 3D
Octal 270 216 175 0 27 40 34 21 35 75
Binary 10111000 10001110 1111101 0 10111 100000 11100 10001 11101 111101

Color Harmonies of #B88E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88E7D

Black with #B88E7D

Text Example


Text Example

White with #B88E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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