Html Css Color HEX #B4807E Brandy Rose

📋 copy color: '#B4807E'

red 180 ◦ green 128 ◦ blue 126

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

Shades of Brandy Rose #B4807E

Tints of Brandy Rose #B4807E

RGB

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

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

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

R = 41.47%
G = 29.49%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.3

 K value IS 0.29

RGB Variations

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

Color information

#B4807E (or 0xB4807E) is known color: Brandy Rose. HEX triplet: B4, 80 and 7E. RGB value is (180,128,126). Sum of RGB (Red+Green+Blue) = 180+128+126=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 180 - color contains mainly: red. Hex color #B4807E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4807E is #4B7F81. Grayscale: #8F8F8F. Windows color (decimal): -4947842 or 8290484. OLE color: 8290484.

HSL color Cylindrical-coordinate representation of color #B4807E: hue angle of 2.22º 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 #B4807E is Cyan = 0, Magento = 0.29, Yellow = 0.3 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 128 126 -
CMYK 0 0.29 0.3 0.29
HSL 2.22º 0.26% 0.6% -
HSV(B) 2.22º 0.3% 0.71% -
XYZ 30.31 26.65 23.28 -
YUV 143.32 118.23 154.16 -
System Red Green Blue C M Y K H S L
Decimal 180 128 126 0 0.29 0.3 0.29 2.22 0.26 0.6
Hex B4 80 7E 0 1D 1E 1D 2 1A 3C
Octal 264 200 176 0 35 36 35 2 32 74
Binary 10110100 10000000 1111110 0 11101 11110 11101 10 11010 111100

Color Harmonies of #B4807E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4807E

Black with #B4807E

Text Example


Text Example

White with #B4807E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4807E; }

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

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

background-color css

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

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

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

border-color css

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

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

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