Html Css Color HEX #B07E79 Brandy Rose

📋 copy color: '#B07E79'

red 176 ◦ green 126 ◦ blue 121

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

Shades of Brandy Rose #B07E79

Tints of Brandy Rose #B07E79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 28.61%

R = 41.61%
G = 29.79%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B07E79 (or 0xB07E79) is known color: Brandy Rose. HEX triplet: B0, 7E and 79. RGB value is (176,126,121). Sum of RGB (Red+Green+Blue) = 176+126+121=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 126 (49.61% from 255 or 29.79% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07E79 is #4F8186. Grayscale: #8C8C8C. Windows color (decimal): -5210503 or 7962288. OLE color: 7962288.

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

Color convert

RGB 176 126 121 -
CMYK 0 0.28 0.31 0.31
HSL 5.45º 0.26% 0.58% -
HSV(B) 5.45º 0.31% 0.69% -
XYZ 28.82 25.53 21.5 -
YUV 140.38 117.07 153.41 -
System Red Green Blue C M Y K H S L
Decimal 176 126 121 0 0.28 0.31 0.31 5.45 0.26 0.58
Hex B0 7E 79 0 1C 1F 1F 5 1A 3A
Octal 260 176 171 0 34 37 37 5 32 72
Binary 10110000 1111110 1111001 0 11100 11111 11111 101 11010 111010

Color Harmonies of #B07E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07E79

Black with #B07E79

Text Example


Text Example

White with #B07E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07E79; }

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

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

background-color css

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

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

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

border-color css

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

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

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