Html Css Color HEX #B88070 Brandy Rose

📋 copy color: '#B88070'

red 184 ◦ green 128 ◦ blue 112

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

Shades of Brandy Rose #B88070

Tints of Brandy Rose #B88070

RGB

 RED value IS 184 (72.27% from 255) = 43.4%

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

 BLUE value IS 112 (44.14% from 255) = 26.42%

R = 43.4%
G = 30.19%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#B88070 (or 0xB88070) is known color: Brandy Rose. HEX triplet: B8, 80 and 70. RGB value is (184,128,112). Sum of RGB (Red+Green+Blue) = 184+128+112=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 184 - color contains mainly: red. Hex color #B88070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88070 is #477F8F. Grayscale: #8F8F8F. Windows color (decimal): -4685712 or 7372984. OLE color: 7372984.

HSL color Cylindrical-coordinate representation of color #B88070: hue angle of 13.33º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B88070 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 128 112 -
CMYK 0 0.30 0.39 0.28
HSL 13.33º 0.34% 0.58% -
HSV(B) 13.33º 0.39% 0.72% -
XYZ 30.41 26.8 18.9 -
YUV 142.92 110.55 157.3 -
System Red Green Blue C M Y K H S L
Decimal 184 128 112 0 0.30 0.39 0.28 13.33 0.34 0.58
Hex B8 80 70 0 1E 27 1C D 22 3A
Octal 270 200 160 0 36 47 34 15 42 72
Binary 10111000 10000000 1110000 0 11110 100111 11100 1101 100010 111010

Color Harmonies of #B88070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88070

Black with #B88070

Text Example


Text Example

White with #B88070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88070; }

 p { color: rgb(184,128,112); }

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

background-color css

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

 a { background-color: rgb(184,128,112); }

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

border-color css

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

 span { border-color: rgb(184,128,112); }

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