Html Css Color HEX #B4877E Brandy Rose

📋 copy color: '#B4877E'

red 180 ◦ green 135 ◦ blue 126

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

Shades of Brandy Rose #B4877E

Tints of Brandy Rose #B4877E

RGB

 RED value IS 180 (70.7% from 255) = 40.82%

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

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

R = 40.82%
G = 30.61%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.3

 K value IS 0.29

RGB Variations

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

Color information

#B4877E (or 0xB4877E) is known color: Brandy Rose. HEX triplet: B4, 87 and 7E. RGB value is (180,135,126). Sum of RGB (Red+Green+Blue) = 180+135+126=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 135 (53.12% from 255 or 30.61% from 441); Blue value is 126 (49.61% from 255 or 28.57% from 441); Max value from RGB is 180 - color contains mainly: red. Hex color #B4877E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4877E is #4B7881. Grayscale: #939393. Windows color (decimal): -4946050 or 8292276. OLE color: 8292276.

HSL color Cylindrical-coordinate representation of color #B4877E: hue angle of 10º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B4877E is Cyan = 0, Magento = 0.25, Yellow = 0.3 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 135 126 -
CMYK 0 0.25 0.3 0.29
HSL 10º 0.26% 0.6% -
HSV(B) 10º 0.3% 0.71% -
XYZ 31.25 28.54 23.6 -
YUV 147.43 115.91 151.23 -
System Red Green Blue C M Y K H S L
Decimal 180 135 126 0 0.25 0.3 0.29 10 0.26 0.6
Hex B4 87 7E 0 19 1E 1D A 1A 3C
Octal 264 207 176 0 31 36 35 12 32 74
Binary 10110100 10000111 1111110 0 11001 11110 11101 1010 11010 111100

Color Harmonies of #B4877E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4877E

Black with #B4877E

Text Example


Text Example

White with #B4877E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4877E; }

 p { color: rgb(180,135,126); }

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

background-color css

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

 a { background-color: rgb(180,135,126); }

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

border-color css

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

 span { border-color: rgb(180,135,126); }

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