Html Css Color HEX #BB826D Brandy Rose

📋 copy color: '#BB826D'

red 187 ◦ green 130 ◦ blue 109

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

Shades of Brandy Rose #BB826D

Tints of Brandy Rose #BB826D

RGB

 RED value IS 187 (73.44% from 255) = 43.9%

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

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

R = 43.9%
G = 30.52%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BB826D (or 0xBB826D) is known color: Brandy Rose. HEX triplet: BB, 82 and 6D. RGB value is (187,130,109). Sum of RGB (Red+Green+Blue) = 187+130+109=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 109 (42.97% from 255 or 25.59% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BB826D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB826D is #447D92. Grayscale: #909090. Windows color (decimal): -4488595 or 7176891. OLE color: 7176891.

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

Color convert

RGB 187 130 109 -
CMYK 0 0.30 0.42 0.27
HSL 16.15º 0.36% 0.58% -
HSV(B) 16.15º 0.42% 0.73% -
XYZ 31.24 27.63 18.16 -
YUV 144.65 107.88 158.21 -
System Red Green Blue C M Y K H S L
Decimal 187 130 109 0 0.30 0.42 0.27 16.15 0.36 0.58
Hex BB 82 6D 0 1E 2A 1B 10 24 3A
Octal 273 202 155 0 36 52 33 20 44 72
Binary 10111011 10000010 1101101 0 11110 101010 11011 10000 100100 111010

Color Harmonies of #BB826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB826D

Black with #BB826D

Text Example


Text Example

White with #BB826D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB826D; }

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

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

background-color css

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

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

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

border-color css

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

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

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