Html Css Color HEX #BB827B Brandy Rose

📋 copy color: '#BB827B'

red 187 ◦ green 130 ◦ blue 123

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

Shades of Brandy Rose #BB827B

Tints of Brandy Rose #BB827B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.95%

R = 42.5%
G = 29.55%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB827B (or 0xBB827B) is known color: Brandy Rose. HEX triplet: BB, 82 and 7B. RGB value is (187,130,123). Sum of RGB (Red+Green+Blue) = 187+130+123=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 130 (51.17% from 255 or 29.55% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 187 - color contains mainly: red. Hex color #BB827B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB827B is #447D84. Grayscale: #929292. Windows color (decimal): -4488581 or 8094395. OLE color: 8094395.

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

Color convert

RGB 187 130 123 -
CMYK 0 0.30 0.34 0.27
HSL 6.56º 0.32% 0.61% -
HSV(B) 6.56º 0.34% 0.73% -
XYZ 32.05 27.96 22.45 -
YUV 146.25 114.88 157.07 -
System Red Green Blue C M Y K H S L
Decimal 187 130 123 0 0.30 0.34 0.27 6.56 0.32 0.61
Hex BB 82 7B 0 1E 22 1B 7 20 3D
Octal 273 202 173 0 36 42 33 7 40 75
Binary 10111011 10000010 1111011 0 11110 100010 11011 111 100000 111101

Color Harmonies of #BB827B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB827B

Black with #BB827B

Text Example


Text Example

White with #BB827B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB827B; }

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

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

background-color css

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

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

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

border-color css

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

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

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