Html Css Color HEX #B0807A Brandy Rose

📋 copy color: '#B0807A'

red 176 ◦ green 128 ◦ blue 122

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

Shades of Brandy Rose #B0807A

Tints of Brandy Rose #B0807A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.64%

R = 41.31%
G = 30.05%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B0807A (or 0xB0807A) is known color: Brandy Rose. HEX triplet: B0, 80 and 7A. RGB value is (176,128,122). Sum of RGB (Red+Green+Blue) = 176+128+122=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 176 - color contains mainly: red. Hex color #B0807A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0807A is #4F7F85. Grayscale: #8D8D8D. Windows color (decimal): -5209990 or 8028336. OLE color: 8028336.

HSL color Cylindrical-coordinate representation of color #B0807A: hue angle of 6.67º degrees, saturation: 0.25, 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 #B0807A is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 128 122 -
CMYK 0 0.27 0.31 0.31
HSL 6.67º 0.25% 0.58% -
HSV(B) 6.67º 0.31% 0.69% -
XYZ 29.14 26.07 21.91 -
YUV 141.67 116.9 152.49 -
System Red Green Blue C M Y K H S L
Decimal 176 128 122 0 0.27 0.31 0.31 6.67 0.25 0.58
Hex B0 80 7A 0 1B 1F 1F 7 19 3A
Octal 260 200 172 0 33 37 37 7 31 72
Binary 10110000 10000000 1111010 0 11011 11111 11111 111 11001 111010

Color Harmonies of #B0807A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0807A

Black with #B0807A

Text Example


Text Example

White with #B0807A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0807A; }

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

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

background-color css

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

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

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

border-color css

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

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

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