Html Css Color HEX #B07E78 Brandy Rose

📋 copy color: '#B07E78'

red 176 ◦ green 126 ◦ blue 120

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

Shades of Brandy Rose #B07E78

Tints of Brandy Rose #B07E78

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.86%

 BLUE value IS 120 (47.27% from 255) = 28.44%

R = 41.71%
G = 29.86%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B07E78 (or 0xB07E78) is known color: Brandy Rose. HEX triplet: B0, 7E and 78. RGB value is (176,126,120). Sum of RGB (Red+Green+Blue) = 176+126+120=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 126 (49.61% from 255 or 29.86% from 422); Blue value is 120 (47.27% from 255 or 28.44% from 422); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07E78 is #4F8187. Grayscale: #8C8C8C. Windows color (decimal): -5210504 or 7896752. OLE color: 7896752.

HSL color Cylindrical-coordinate representation of color #B07E78: hue angle of 6.43º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B07E78 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 126 120 -
CMYK 0 0.28 0.32 0.31
HSL 6.43º 0.26% 0.58% -
HSV(B) 6.43º 0.32% 0.69% -
XYZ 28.76 25.51 21.18 -
YUV 140.27 116.57 153.49 -
System Red Green Blue C M Y K H S L
Decimal 176 126 120 0 0.28 0.32 0.31 6.43 0.26 0.58
Hex B0 7E 78 0 1C 20 1F 6 1A 3A
Octal 260 176 170 0 34 40 37 6 32 72
Binary 10110000 1111110 1111000 0 11100 100000 11111 110 11010 111010

Color Harmonies of #B07E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07E78

Black with #B07E78

Text Example


Text Example

White with #B07E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07E78; }

 p { color: rgb(176,126,120); }

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

background-color css

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

 a { background-color: rgb(176,126,120); }

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

border-color css

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

 span { border-color: rgb(176,126,120); }

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