Html Css Color HEX #B07F76 Brandy Rose

📋 copy color: '#B07F76'

red 176 ◦ green 127 ◦ blue 118

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

Shades of Brandy Rose #B07F76

Tints of Brandy Rose #B07F76

RGB

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

 GREEN value IS 127 (50% from 255) = 30.17%

 BLUE value IS 118 (46.48% from 255) = 28.03%

R = 41.81%
G = 30.17%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B07F76 (or 0xB07F76) is known color: Brandy Rose. HEX triplet: B0, 7F and 76. RGB value is (176,127,118). Sum of RGB (Red+Green+Blue) = 176+127+118=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 176 - color contains mainly: red. Hex color #B07F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07F76 is #4F8089. Grayscale: #8C8C8C. Windows color (decimal): -5210250 or 7765936. OLE color: 7765936.

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

Color convert

RGB 176 127 118 -
CMYK 0 0.28 0.33 0.31
HSL 9.31º 0.27% 0.58% -
HSV(B) 9.31º 0.33% 0.69% -
XYZ 28.76 25.72 20.59 -
YUV 140.63 115.23 153.23 -
System Red Green Blue C M Y K H S L
Decimal 176 127 118 0 0.28 0.33 0.31 9.31 0.27 0.58
Hex B0 7F 76 0 1C 21 1F 9 1B 3A
Octal 260 177 166 0 34 41 37 11 33 72
Binary 10110000 1111111 1110110 0 11100 100001 11111 1001 11011 111010

Color Harmonies of #B07F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07F76

Black with #B07F76

Text Example


Text Example

White with #B07F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07F76; }

 p { color: rgb(176,127,118); }

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

background-color css

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

 a { background-color: rgb(176,127,118); }

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

border-color css

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

 span { border-color: rgb(176,127,118); }

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