Html Css Color HEX #BB827A Brandy Rose

📋 copy color: '#BB827A'

red 187 ◦ green 130 ◦ blue 122

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

Shades of Brandy Rose #BB827A

Tints of Brandy Rose #BB827A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.79%

R = 42.6%
G = 29.61%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BB827A (or 0xBB827A) is known color: Brandy Rose. HEX triplet: BB, 82 and 7A. RGB value is (187,130,122). Sum of RGB (Red+Green+Blue) = 187+130+122=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 130 (51.17% from 255 or 29.61% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 187 - color contains mainly: red. Hex color #BB827A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB827A is #447D85. Grayscale: #929292. Windows color (decimal): -4488582 or 8028859. OLE color: 8028859.

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

Color convert

RGB 187 130 122 -
CMYK 0 0.30 0.35 0.27
HSL 7.38º 0.32% 0.61% -
HSV(B) 7.38º 0.35% 0.73% -
XYZ 31.99 27.94 22.12 -
YUV 146.13 114.38 157.15 -
System Red Green Blue C M Y K H S L
Decimal 187 130 122 0 0.30 0.35 0.27 7.38 0.32 0.61
Hex BB 82 7A 0 1E 23 1B 7 20 3D
Octal 273 202 172 0 36 43 33 7 40 75
Binary 10111011 10000010 1111010 0 11110 100011 11011 111 100000 111101

Color Harmonies of #BB827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB827A

Black with #BB827A

Text Example


Text Example

White with #BB827A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB827A; }

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

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

background-color css

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

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

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

border-color css

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

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

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