Html Css Color HEX #B8806D Brandy Rose

📋 copy color: '#B8806D'

red 184 ◦ green 128 ◦ blue 109

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

Shades of Brandy Rose #B8806D

Tints of Brandy Rose #B8806D

RGB

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

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

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

R = 43.71%
G = 30.4%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B8806D (or 0xB8806D) is known color: Brandy Rose. HEX triplet: B8, 80 and 6D. RGB value is (184,128,109). Sum of RGB (Red+Green+Blue) = 184+128+109=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 184 - color contains mainly: red. Hex color #B8806D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8806D is #477F92. Grayscale: #8E8E8E. Windows color (decimal): -4685715 or 7176376. OLE color: 7176376.

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

Color convert

RGB 184 128 109 -
CMYK 0 0.30 0.41 0.28
HSL 15.2º 0.35% 0.57% -
HSV(B) 15.2º 0.41% 0.72% -
XYZ 30.25 26.73 18.03 -
YUV 142.58 109.05 157.54 -
System Red Green Blue C M Y K H S L
Decimal 184 128 109 0 0.30 0.41 0.28 15.2 0.35 0.57
Hex B8 80 6D 0 1E 29 1C F 23 39
Octal 270 200 155 0 36 51 34 17 43 71
Binary 10111000 10000000 1101101 0 11110 101001 11100 1111 100011 111001

Color Harmonies of #B8806D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8806D

Black with #B8806D

Text Example


Text Example

White with #B8806D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8806D; }

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

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

background-color css

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

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

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

border-color css

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

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

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