Html Css Color HEX #B4807C Brandy Rose

📋 copy color: '#B4807C'

red 180 ◦ green 128 ◦ blue 124

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

Shades of Brandy Rose #B4807C

Tints of Brandy Rose #B4807C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.63%

 BLUE value IS 124 (48.83% from 255) = 28.7%

R = 41.67%
G = 29.63%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B4807C (or 0xB4807C) is known color: Brandy Rose. HEX triplet: B4, 80 and 7C. RGB value is (180,128,124). Sum of RGB (Red+Green+Blue) = 180+128+124=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 124 (48.83% from 255 or 28.70% from 432); Max value from RGB is 180 - color contains mainly: red. Hex color #B4807C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4807C is #4B7F83. Grayscale: #8F8F8F. Windows color (decimal): -4947844 or 8159412. OLE color: 8159412.

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

Color convert

RGB 180 128 124 -
CMYK 0 0.29 0.31 0.29
HSL 4.29º 0.27% 0.6% -
HSV(B) 4.29º 0.31% 0.71% -
XYZ 30.18 26.6 22.61 -
YUV 143.09 117.23 154.33 -
System Red Green Blue C M Y K H S L
Decimal 180 128 124 0 0.29 0.31 0.29 4.29 0.27 0.6
Hex B4 80 7C 0 1D 1F 1D 4 1B 3C
Octal 264 200 174 0 35 37 35 4 33 74
Binary 10110100 10000000 1111100 0 11101 11111 11101 100 11011 111100

Color Harmonies of #B4807C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4807C

Black with #B4807C

Text Example


Text Example

White with #B4807C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4807C; }

 p { color: rgb(180,128,124); }

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

background-color css

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

 a { background-color: rgb(180,128,124); }

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

border-color css

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

 span { border-color: rgb(180,128,124); }

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