Html Css Color HEX #B9826D Brandy Rose

📋 copy color: '#B9826D'

red 185 ◦ green 130 ◦ blue 109

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

Shades of Brandy Rose #B9826D

Tints of Brandy Rose #B9826D

RGB

 RED value IS 185 (72.66% from 255) = 43.63%

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

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

R = 43.63%
G = 30.66%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B9826D (or 0xB9826D) is known color: Brandy Rose. HEX triplet: B9, 82 and 6D. RGB value is (185,130,109). Sum of RGB (Red+Green+Blue) = 185+130+109=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 109 (42.97% from 255 or 25.71% from 424); Max value from RGB is 185 - color contains mainly: red. Hex color #B9826D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9826D is #467D92. Grayscale: #909090. Windows color (decimal): -4619667 or 7176889. OLE color: 7176889.

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

Color convert

RGB 185 130 109 -
CMYK 0 0.30 0.41 0.27
HSL 16.58º 0.35% 0.58% -
HSV(B) 16.58º 0.41% 0.73% -
XYZ 30.75 27.38 18.13 -
YUV 144.05 108.22 157.21 -
System Red Green Blue C M Y K H S L
Decimal 185 130 109 0 0.30 0.41 0.27 16.58 0.35 0.58
Hex B9 82 6D 0 1E 29 1B 11 23 3A
Octal 271 202 155 0 36 51 33 21 43 72
Binary 10111001 10000010 1101101 0 11110 101001 11011 10001 100011 111010

Color Harmonies of #B9826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9826D

Black with #B9826D

Text Example


Text Example

White with #B9826D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9826D; }

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

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

background-color css

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

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

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

border-color css

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

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

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