Html Css Color HEX #B8826C Brandy Rose

📋 copy color: '#B8826C'

red 184 ◦ green 130 ◦ blue 108

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

Shades of Brandy Rose #B8826C

Tints of Brandy Rose #B8826C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.59%

R = 43.6%
G = 30.81%
B = 25.59%

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

#B8826C (or 0xB8826C) is known color: Brandy Rose. HEX triplet: B8, 82 and 6C. RGB value is (184,130,108). Sum of RGB (Red+Green+Blue) = 184+130+108=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 108 (42.58% from 255 or 25.59% from 422); Max value from RGB is 184 - color contains mainly: red. Hex color #B8826C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8826C is #477D93. Grayscale: #8F8F8F. Windows color (decimal): -4685204 or 7111352. OLE color: 7111352.

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

Color convert

RGB 184 130 108 -
CMYK 0 0.29 0.41 0.28
HSL 17.37º 0.35% 0.57% -
HSV(B) 17.37º 0.41% 0.72% -
XYZ 30.46 27.24 17.84 -
YUV 143.64 107.89 156.79 -
System Red Green Blue C M Y K H S L
Decimal 184 130 108 0 0.29 0.41 0.28 17.37 0.35 0.57
Hex B8 82 6C 0 1D 29 1C 11 23 39
Octal 270 202 154 0 35 51 34 21 43 71
Binary 10111000 10000010 1101100 0 11101 101001 11100 10001 100011 111001

Color Harmonies of #B8826C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8826C

Black with #B8826C

Text Example


Text Example

White with #B8826C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8826C; }

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

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

background-color css

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

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

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

border-color css

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

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

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