Html Css Color HEX #BB826C Brandy Rose

📋 copy color: '#BB826C'

red 187 ◦ green 130 ◦ blue 108

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

Shades of Brandy Rose #BB826C

Tints of Brandy Rose #BB826C

RGB

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

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

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

R = 44%
G = 30.59%
B = 25.41%

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

#BB826C (or 0xBB826C) is known color: Brandy Rose. HEX triplet: BB, 82 and 6C. RGB value is (187,130,108). Sum of RGB (Red+Green+Blue) = 187+130+108=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BB826C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB826C is #447D93. Grayscale: #909090. Windows color (decimal): -4488596 or 7111355. OLE color: 7111355.

HSL color Cylindrical-coordinate representation of color #BB826C: hue angle of 16.71º degrees, saturation: 0.37, 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 #BB826C is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 130 108 -
CMYK 0 0.30 0.42 0.27
HSL 16.71º 0.37% 0.58% -
HSV(B) 16.71º 0.42% 0.73% -
XYZ 31.18 27.61 17.87 -
YUV 144.54 107.38 158.29 -
System Red Green Blue C M Y K H S L
Decimal 187 130 108 0 0.30 0.42 0.27 16.71 0.37 0.58
Hex BB 82 6C 0 1E 2A 1B 11 25 3A
Octal 273 202 154 0 36 52 33 21 45 72
Binary 10111011 10000010 1101100 0 11110 101010 11011 10001 100101 111010

Color Harmonies of #BB826C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB826C

Black with #BB826C

Text Example


Text Example

White with #BB826C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB826C; }

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

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

background-color css

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

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

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

border-color css

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

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

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