Html Css Color HEX #BB817D Brandy Rose

📋 copy color: '#BB817D'

red 187 ◦ green 129 ◦ blue 125

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

Shades of Brandy Rose #BB817D

Tints of Brandy Rose #BB817D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.34%

R = 42.4%
G = 29.25%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BB817D (or 0xBB817D) is known color: Brandy Rose. HEX triplet: BB, 81 and 7D. RGB value is (187,129,125). Sum of RGB (Red+Green+Blue) = 187+129+125=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 129 (50.78% from 255 or 29.25% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 187 - color contains mainly: red. Hex color #BB817D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB817D is #447E82. Grayscale: #919191. Windows color (decimal): -4488835 or 8225211. OLE color: 8225211.

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

Color convert

RGB 187 129 125 -
CMYK 0 0.31 0.33 0.27
HSL 3.87º 0.31% 0.61% -
HSV(B) 3.87º 0.33% 0.73% -
XYZ 32.05 27.75 23.07 -
YUV 145.89 116.22 157.33 -
System Red Green Blue C M Y K H S L
Decimal 187 129 125 0 0.31 0.33 0.27 3.87 0.31 0.61
Hex BB 81 7D 0 1F 21 1B 4 1F 3D
Octal 273 201 175 0 37 41 33 4 37 75
Binary 10111011 10000001 1111101 0 11111 100001 11011 100 11111 111101

Color Harmonies of #BB817D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB817D

Black with #BB817D

Text Example


Text Example

White with #BB817D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB817D; }

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

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

background-color css

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

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

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

border-color css

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

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

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