Html Css Color HEX #BB817F Brandy Rose

📋 copy color: '#BB817F'

red 187 ◦ green 129 ◦ blue 127

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

Shades of Brandy Rose #BB817F

Tints of Brandy Rose #BB817F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.12%

 BLUE value IS 127 (50% from 255) = 28.67%

R = 42.21%
G = 29.12%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB817F (or 0xBB817F) is known color: Brandy Rose. HEX triplet: BB, 81 and 7F. RGB value is (187,129,127). Sum of RGB (Red+Green+Blue) = 187+129+127=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 129 (50.78% from 255 or 29.12% from 443); Blue value is 127 (50% from 255 or 28.67% from 443); Max value from RGB is 187 - color contains mainly: red. Hex color #BB817F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB817F is #447E80. Grayscale: #929292. Windows color (decimal): -4488833 or 8356283. OLE color: 8356283.

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

Color convert

RGB 187 129 127 -
CMYK 0 0.31 0.32 0.27
HSL 0.31% 0.62% -
HSV(B) 0.32% 0.73% -
XYZ 32.17 27.8 23.75 -
YUV 146.11 117.22 157.16 -
System Red Green Blue C M Y K H S L
Decimal 187 129 127 0 0.31 0.32 0.27 2 0.31 0.62
Hex BB 81 7F 0 1F 20 1B 2 1F 3E
Octal 273 201 177 0 37 40 33 2 37 76
Binary 10111011 10000001 1111111 0 11111 100000 11011 10 11111 111110

Color Harmonies of #BB817F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB817F

Black with #BB817F

Text Example


Text Example

White with #BB817F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB817F; }

 p { color: rgb(187,129,127); }

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

background-color css

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

 a { background-color: rgb(187,129,127); }

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

border-color css

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

 span { border-color: rgb(187,129,127); }

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