Html Css Color HEX #B07978 Brandy Rose

📋 copy color: '#B07978'

red 176 ◦ green 121 ◦ blue 120

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

Shades of Brandy Rose #B07978

Tints of Brandy Rose #B07978

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.02%

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

R = 42.21%
G = 29.02%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B07978 (or 0xB07978) is known color: Brandy Rose. HEX triplet: B0, 79 and 78. RGB value is (176,121,120). Sum of RGB (Red+Green+Blue) = 176+121+120=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 121 (47.66% from 255 or 29.02% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 176 - color contains mainly: red. Hex color #B07978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07978 is #4F8687. Grayscale: #898989. Windows color (decimal): -5211784 or 7895472. OLE color: 7895472.

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

Color convert

RGB 176 121 120 -
CMYK 0 0.31 0.32 0.31
HSL 1.07º 0.26% 0.58% -
HSV(B) 1.07º 0.32% 0.69% -
XYZ 28.13 24.26 20.97 -
YUV 137.33 118.22 155.58 -
System Red Green Blue C M Y K H S L
Decimal 176 121 120 0 0.31 0.32 0.31 1.07 0.26 0.58
Hex B0 79 78 0 1F 20 1F 1 1A 3A
Octal 260 171 170 0 37 40 37 1 32 72
Binary 10110000 1111001 1111000 0 11111 100000 11111 1 11010 111010

Color Harmonies of #B07978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07978

Black with #B07978

Text Example


Text Example

White with #B07978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07978; }

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

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

background-color css

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

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

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

border-color css

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

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

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