Html Css Color HEX #B0877D Brandy Rose

📋 copy color: '#B0877D'

red 176 ◦ green 135 ◦ blue 125

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

Shades of Brandy Rose #B0877D

Tints of Brandy Rose #B0877D

RGB

 RED value IS 176 (69.14% from 255) = 40.37%

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

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

R = 40.37%
G = 30.96%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B0877D (or 0xB0877D) is known color: Brandy Rose. HEX triplet: B0, 87 and 7D. RGB value is (176,135,125). Sum of RGB (Red+Green+Blue) = 176+135+125=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 135 (53.12% from 255 or 30.96% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 176 - color contains mainly: red. Hex color #B0877D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0877D is #4F7882. Grayscale: #929292. Windows color (decimal): -5208195 or 8226736. OLE color: 8226736.

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

Color convert

RGB 176 135 125 -
CMYK 0 0.23 0.29 0.31
HSL 11.76º 0.24% 0.59% -
HSV(B) 11.76º 0.29% 0.69% -
XYZ 30.27 28.04 23.22 -
YUV 146.12 116.08 149.31 -
System Red Green Blue C M Y K H S L
Decimal 176 135 125 0 0.23 0.29 0.31 11.76 0.24 0.59
Hex B0 87 7D 0 17 1D 1F C 18 3B
Octal 260 207 175 0 27 35 37 14 30 73
Binary 10110000 10000111 1111101 0 10111 11101 11111 1100 11000 111011

Color Harmonies of #B0877D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0877D

Black with #B0877D

Text Example


Text Example

White with #B0877D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0877D; }

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

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

background-color css

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

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

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

border-color css

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

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

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