Html Css Color HEX #B0806D Brandy Rose

📋 copy color: '#B0806D'

red 176 ◦ green 128 ◦ blue 109

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

Shades of Brandy Rose #B0806D

Tints of Brandy Rose #B0806D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.39%

R = 42.62%
G = 30.99%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B0806D (or 0xB0806D) is known color: Brandy Rose. HEX triplet: B0, 80 and 6D. RGB value is (176,128,109). Sum of RGB (Red+Green+Blue) = 176+128+109=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 176 - color contains mainly: red. Hex color #B0806D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0806D is #4F7F92. Grayscale: #8C8C8C. Windows color (decimal): -5210003 or 7176368. OLE color: 7176368.

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

Color convert

RGB 176 128 109 -
CMYK 0 0.27 0.38 0.31
HSL 17.01º 0.3% 0.56% -
HSV(B) 17.01º 0.38% 0.69% -
XYZ 28.38 25.77 17.95 -
YUV 140.19 110.4 153.54 -
System Red Green Blue C M Y K H S L
Decimal 176 128 109 0 0.27 0.38 0.31 17.01 0.3 0.56
Hex B0 80 6D 0 1B 26 1F 11 1E 38
Octal 260 200 155 0 33 46 37 21 36 70
Binary 10110000 10000000 1101101 0 11011 100110 11111 10001 11110 111000

Color Harmonies of #B0806D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0806D

Black with #B0806D

Text Example


Text Example

White with #B0806D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0806D; }

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

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

background-color css

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

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

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

border-color css

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

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

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