Html Css Color HEX #B8826D Brandy Rose

📋 copy color: '#B8826D'

red 184 ◦ green 130 ◦ blue 109

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

Shades of Brandy Rose #B8826D

Tints of Brandy Rose #B8826D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.73%

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

R = 43.5%
G = 30.73%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B8826D (or 0xB8826D) is known color: Brandy Rose. HEX triplet: B8, 82 and 6D. RGB value is (184,130,109). Sum of RGB (Red+Green+Blue) = 184+130+109=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 184 - color contains mainly: red. Hex color #B8826D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8826D is #477D92. Grayscale: #8F8F8F. Windows color (decimal): -4685203 or 7176888. OLE color: 7176888.

HSL color Cylindrical-coordinate representation of color #B8826D: hue angle of 16.8º 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 #B8826D is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 130 109 -
CMYK 0 0.29 0.41 0.28
HSL 16.8º 0.35% 0.57% -
HSV(B) 16.8º 0.41% 0.72% -
XYZ 30.51 27.26 18.12 -
YUV 143.75 108.39 156.71 -
System Red Green Blue C M Y K H S L
Decimal 184 130 109 0 0.29 0.41 0.28 16.8 0.35 0.57
Hex B8 82 6D 0 1D 29 1C 11 23 39
Octal 270 202 155 0 35 51 34 21 43 71
Binary 10111000 10000010 1101101 0 11101 101001 11100 10001 100011 111001

Color Harmonies of #B8826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8826D

Black with #B8826D

Text Example


Text Example

White with #B8826D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8826D; }

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

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

background-color css

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

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

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

border-color css

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

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

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