Html Css Color HEX #B0807F Brandy Rose

📋 copy color: '#B0807F'

red 176 ◦ green 128 ◦ blue 127

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

Shades of Brandy Rose #B0807F

Tints of Brandy Rose #B0807F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.47%

R = 40.84%
G = 29.7%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B0807F (or 0xB0807F) is known color: Brandy Rose. HEX triplet: B0, 80 and 7F. RGB value is (176,128,127). Sum of RGB (Red+Green+Blue) = 176+128+127=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 176 - color contains mainly: red. Hex color #B0807F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0807F is #4F7F80. Grayscale: #8E8E8E. Windows color (decimal): -5209985 or 8356016. OLE color: 8356016.

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

Color convert

RGB 176 128 127 -
CMYK 0 0.27 0.28 0.31
HSL 1.22º 0.24% 0.59% -
HSV(B) 1.22º 0.28% 0.69% -
XYZ 29.45 26.2 23.58 -
YUV 142.24 119.4 152.08 -
System Red Green Blue C M Y K H S L
Decimal 176 128 127 0 0.27 0.28 0.31 1.22 0.24 0.59
Hex B0 80 7F 0 1B 1C 1F 1 18 3B
Octal 260 200 177 0 33 34 37 1 30 73
Binary 10110000 10000000 1111111 0 11011 11100 11111 1 11000 111011

Color Harmonies of #B0807F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0807F

Black with #B0807F

Text Example


Text Example

White with #B0807F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0807F; }

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

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

background-color css

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

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

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

border-color css

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

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

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