Html Css Color HEX #B0846F Brandy Rose

📋 copy color: '#B0846F'

red 176 ◦ green 132 ◦ blue 111

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

Shades of Brandy Rose #B0846F

Tints of Brandy Rose #B0846F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.5%

 BLUE value IS 111 (43.75% from 255) = 26.49%

R = 42%
G = 31.5%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B0846F (or 0xB0846F) is known color: Brandy Rose. HEX triplet: B0, 84 and 6F. RGB value is (176,132,111). Sum of RGB (Red+Green+Blue) = 176+132+111=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 132 (51.95% from 255 or 31.50% from 419); Blue value is 111 (43.75% from 255 or 26.49% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B0846F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0846F is #4F7B90. Grayscale: #8E8E8E. Windows color (decimal): -5208977 or 7308464. OLE color: 7308464.

HSL color Cylindrical-coordinate representation of color #B0846F: hue angle of 19.38º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B0846F is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 132 111 -
CMYK 0 0.25 0.37 0.31
HSL 19.38º 0.29% 0.56% -
HSV(B) 19.38º 0.37% 0.69% -
XYZ 29.03 26.88 18.7 -
YUV 142.76 110.08 151.71 -
System Red Green Blue C M Y K H S L
Decimal 176 132 111 0 0.25 0.37 0.31 19.38 0.29 0.56
Hex B0 84 6F 0 19 25 1F 13 1D 38
Octal 260 204 157 0 31 45 37 23 35 70
Binary 10110000 10000100 1101111 0 11001 100101 11111 10011 11101 111000

Color Harmonies of #B0846F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0846F

Black with #B0846F

Text Example


Text Example

White with #B0846F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0846F; }

 p { color: rgb(176,132,111); }

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

background-color css

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

 a { background-color: rgb(176,132,111); }

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

border-color css

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

 span { border-color: rgb(176,132,111); }

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