Html Css Color HEX #B8877D Brandy Rose

📋 copy color: '#B8877D'

red 184 ◦ green 135 ◦ blue 125

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

Shades of Brandy Rose #B8877D

Tints of Brandy Rose #B8877D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.41%

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

R = 41.44%
G = 30.41%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B8877D (or 0xB8877D) is known color: Brandy Rose. HEX triplet: B8, 87 and 7D. RGB value is (184,135,125). Sum of RGB (Red+Green+Blue) = 184+135+125=444 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.44% from 444); Green value is 135 (53.12% from 255 or 30.41% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 184 - color contains mainly: red. Hex color #B8877D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8877D is #477882. Grayscale: #949494. Windows color (decimal): -4683907 or 8226744. OLE color: 8226744.

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

Color convert

RGB 184 135 125 -
CMYK 0 0.27 0.32 0.28
HSL 10.17º 0.29% 0.61% -
HSV(B) 10.17º 0.32% 0.72% -
XYZ 32.13 29 23.31 -
YUV 148.51 114.73 153.31 -
System Red Green Blue C M Y K H S L
Decimal 184 135 125 0 0.27 0.32 0.28 10.17 0.29 0.61
Hex B8 87 7D 0 1B 20 1C A 1D 3D
Octal 270 207 175 0 33 40 34 12 35 75
Binary 10111000 10000111 1111101 0 11011 100000 11100 1010 11101 111101

Color Harmonies of #B8877D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8877D

Black with #B8877D

Text Example


Text Example

White with #B8877D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8877D; }

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

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

background-color css

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

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

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

border-color css

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

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

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