Html Css Color HEX #B4827F Brandy Rose

📋 copy color: '#B4827F'

red 180 ◦ green 130 ◦ blue 127

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

Shades of Brandy Rose #B4827F

Tints of Brandy Rose #B4827F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.75%

 BLUE value IS 127 (50% from 255) = 29.06%

R = 41.19%
G = 29.75%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B4827F (or 0xB4827F) is known color: Brandy Rose. HEX triplet: B4, 82 and 7F. RGB value is (180,130,127). Sum of RGB (Red+Green+Blue) = 180+130+127=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 130 (51.17% from 255 or 29.75% from 437); Blue value is 127 (50% from 255 or 29.06% from 437); Max value from RGB is 180 - color contains mainly: red. Hex color #B4827F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4827F is #4B7D80. Grayscale: #909090. Windows color (decimal): -4947329 or 8356532. OLE color: 8356532.

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

Color convert

RGB 180 130 127 -
CMYK 0 0.28 0.29 0.29
HSL 3.4º 0.26% 0.6% -
HSV(B) 3.4º 0.29% 0.71% -
XYZ 30.64 27.2 23.71 -
YUV 144.61 118.07 153.24 -
System Red Green Blue C M Y K H S L
Decimal 180 130 127 0 0.28 0.29 0.29 3.4 0.26 0.6
Hex B4 82 7F 0 1C 1D 1D 3 1A 3C
Octal 264 202 177 0 34 35 35 3 32 74
Binary 10110100 10000010 1111111 0 11100 11101 11101 11 11010 111100

Color Harmonies of #B4827F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4827F

Black with #B4827F

Text Example


Text Example

White with #B4827F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4827F; }

 p { color: rgb(180,130,127); }

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

background-color css

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

 a { background-color: rgb(180,130,127); }

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

border-color css

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

 span { border-color: rgb(180,130,127); }

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