Html Css Color HEX #BB837D Brandy Rose

📋 copy color: '#BB837D'

red 187 ◦ green 131 ◦ blue 125

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

Shades of Brandy Rose #BB837D

Tints of Brandy Rose #BB837D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.57%

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

R = 42.21%
G = 29.57%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BB837D (or 0xBB837D) is known color: Brandy Rose. HEX triplet: BB, 83 and 7D. RGB value is (187,131,125). Sum of RGB (Red+Green+Blue) = 187+131+125=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 131 (51.56% from 255 or 29.57% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 187 - color contains mainly: red. Hex color #BB837D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB837D is #447C82. Grayscale: #939393. Windows color (decimal): -4488323 or 8225723. OLE color: 8225723.

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

Color convert

RGB 187 131 125 -
CMYK 0 0.30 0.33 0.27
HSL 5.81º 0.31% 0.61% -
HSV(B) 5.81º 0.33% 0.73% -
XYZ 32.31 28.28 23.16 -
YUV 147.06 115.55 156.49 -
System Red Green Blue C M Y K H S L
Decimal 187 131 125 0 0.30 0.33 0.27 5.81 0.31 0.61
Hex BB 83 7D 0 1E 21 1B 6 1F 3D
Octal 273 203 175 0 36 41 33 6 37 75
Binary 10111011 10000011 1111101 0 11110 100001 11011 110 11111 111101

Color Harmonies of #BB837D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB837D

Black with #BB837D

Text Example


Text Example

White with #BB837D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB837D; }

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

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

background-color css

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

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

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

border-color css

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

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

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