Html Css Color HEX #BB826B Brandy Rose

📋 copy color: '#BB826B'

red 187 ◦ green 130 ◦ blue 107

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

Shades of Brandy Rose #BB826B

Tints of Brandy Rose #BB826B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.24%

R = 44.1%
G = 30.66%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BB826B (or 0xBB826B) is known color: Brandy Rose. HEX triplet: BB, 82 and 6B. RGB value is (187,130,107). Sum of RGB (Red+Green+Blue) = 187+130+107=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 107 (42.19% from 255 or 25.24% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BB826B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB826B is #447D94. Grayscale: #909090. Windows color (decimal): -4488597 or 7045819. OLE color: 7045819.

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

Color convert

RGB 187 130 107 -
CMYK 0 0.30 0.43 0.27
HSL 17.25º 0.37% 0.58% -
HSV(B) 17.25º 0.43% 0.73% -
XYZ 31.13 27.59 17.59 -
YUV 144.42 106.88 158.37 -
System Red Green Blue C M Y K H S L
Decimal 187 130 107 0 0.30 0.43 0.27 17.25 0.37 0.58
Hex BB 82 6B 0 1E 2B 1B 11 25 3A
Octal 273 202 153 0 36 53 33 21 45 72
Binary 10111011 10000010 1101011 0 11110 101011 11011 10001 100101 111010

Color Harmonies of #BB826B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB826B

Black with #BB826B

Text Example


Text Example

White with #BB826B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB826B; }

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

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

background-color css

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

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

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

border-color css

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

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

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